ITransferSqlServerObjectsTask.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

プロパティ値

すべてのSQL Serverパーティションがソースからターゲットデータベースに転送されている場合はtrueで、そうでなければfalseとなります。

適用対象