次の方法で共有


CopyAllPartitionSchemes プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

構文

'宣言
Property CopyAllPartitionSchemes As Boolean
    Get
    Set
'使用
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean

value = instance.CopyAllPartitionSchemes

instance.CopyAllPartitionSchemes = value
bool CopyAllPartitionSchemes { get; set; }
property bool CopyAllPartitionSchemes {
    bool get ();
    void set (bool value);
}
abstract CopyAllPartitionSchemes : bool with get, set
function get CopyAllPartitionSchemes () : boolean
function set CopyAllPartitionSchemes (value : boolean)

プロパティ値

型: System. . :: . .Boolean