Proprietà CopyIndexes
Gets or sets a Boolean indicating whether indexes 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
Public Property CopyIndexes As Boolean
Get
Set
'Utilizzo
Dim instance As TransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyIndexes
instance.CopyIndexes = value
public bool CopyIndexes { get; set; }
public:
virtual property bool CopyIndexes {
bool get () sealed;
void set (bool value) sealed;
}
abstract CopyIndexes : bool with get, set
override CopyIndexes : bool with get, set
final function get CopyIndexes () : boolean
final function set CopyIndexes (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
true indicates that indexes are transferred from the source to the target database.
Implementa
Osservazioni
The default value is true.