次の方法で共有


TransferSqlServerObjectsTask.CopyAllPartitionFunctions プロパティ

転送元データベースから転送先データベースへすべての SQL Server パーティションが転送されるか、または指定されたパーティションだけが転送されるかを示す Boolean を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ:  Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

構文

'宣言
Public Property CopyAllPartitionFunctions As Boolean 
    Get 
    Set
'使用
Dim instance As TransferSqlServerObjectsTask 
Dim value As Boolean 

value = instance.CopyAllPartitionFunctions

instance.CopyAllPartitionFunctions = value
public bool CopyAllPartitionFunctions { get; set; }
public:
virtual property bool CopyAllPartitionFunctions {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract CopyAllPartitionFunctions : bool with get, set 
override CopyAllPartitionFunctions : bool with get, set
final function get CopyAllPartitionFunctions () : boolean 
final function set CopyAllPartitionFunctions (value : boolean)

プロパティ値

型: System.Boolean
true は、転送元データベースから転送先データベースへすべての SQL Server のパーティションが転送されることを示します。false は、PartitionFunctionsList のオブジェクトのみが転送されることを示します。

実装

ITransferSqlServerObjectsTask.CopyAllPartitionFunctions

関連項目

参照

TransferSqlServerObjectsTask クラス

Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask 名前空間