Propriété CopyIndexes
Gets or sets a Boolean indicating whether indexes are transferred from the source to the target database.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly : Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Syntaxe
'Déclaration
Public Property CopyIndexes As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
true indicates that indexes are transferred from the source to the target database.
Implémente
Notes
The default value is true.