Share via


TransferSqlServerObjectsTask.CopyAllPartitionFunctions プロパティ

定義

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

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 のオブジェクトのみが転送されることを示します。

実装

適用対象