Propriedade do RDL CopyAllPartitionSchemes
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
Consulte também