Compartir a través de


CopyAllPartitionSchemes Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

'Declaración
Property CopyAllPartitionSchemes As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean