Partilhar via


Propriedade do RDL ITransferSqlServerObjectsTask.CopyIndexes

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a value that indicates whether indexes are transferred from the source to the target database.

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly:  Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxe

'Declaração
Property CopyIndexes As Boolean 
    Get 
    Set
'Uso
Dim instance As ITransferSqlServerObjectsTask 
Dim value As Boolean 

value = instance.CopyIndexes

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

Valor da propriedade

Tipo: System.Boolean
true if indexes are transferred from the source to the target database; otherwise, false.

Consulte também

Referência

ITransferSqlServerObjectsTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask