Condividi tramite


Proprietà ITransferSqlServerObjectsTask.CopyAllPartitionSchemes

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether all SQL Server partition schemes are transferred from the source to the target database.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintassi

'Dichiarazione
Property CopyAllPartitionSchemes As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true if all SQL Server partition schemes are transferred from the source to the target database; otherwise, false.

Vedere anche

Riferimento

ITransferSqlServerObjectsTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask