TransferSqlServerObjectsTask.CopyAllPartitionFunctions プロパティ

定義

すべてのSQL Serverパーティションがソースからターゲットデータベースに転送されるか、指定されたパーティションのみに転送されるかを示すブール値を取得または設定します。

public:
 property bool CopyAllPartitionFunctions { bool get(); void set(bool value); };
public bool CopyAllPartitionFunctions { get; set; }
member this.CopyAllPartitionFunctions : bool with get, set
Public Property CopyAllPartitionFunctions As Boolean

プロパティ値

trueはすべてのSQL Serverパーティションがソースからターゲットデータベースへ転送されていることを示します。 falseは PartitionFunctionsList 内の物体のみが転送されることを示します。

実装

適用対象