TransferSqlServerObjectsTask.CopyAllTables Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se tutte le tabelle SQL Server vengono trasferite dal database di origine al database di destinazione oppure solo nelle tabelle specificate.

public:
 property bool CopyAllTables { bool get(); void set(bool value); };
public bool CopyAllTables { get; set; }
member this.CopyAllTables : bool with get, set
Public Property CopyAllTables As Boolean

Valore della proprietà

Boolean

true indica che tutte le tabelle SQL Server vengono trasferite dal database di origine al database di destinazione. false indica che vengono trasferiti solo gli oggetti individuati in TablesList   .

Implementazioni

Si applica a