次の方法で共有


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。

適用対象