TransferSqlServerObjectsTask.CopyAllTables Proprietà

Definizione

Ottiene o imposta un Booleano che indica se tutte le tabelle di SQL Server sono state trasferite dalla sorgente al database di destinazione, o solo le 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à

true indica che tutte le tabelle SQL Server vengono trasferite dalla sorgente al database di destinazione. false indica che solo gli oggetti trovati nel TablesList vengono trasferiti.

Implementazioni

Si applica a