Condividi tramite


TransferSqlServerObjectsTask.CopyAllTables Proprietà

Definizione

Ottiene o imposta un valore Boolean che indica se tutte le tabelle SQL Server vengono trasferite dall'origine al database di destinazione o solo dalle 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 dall'origine al database di destinazione. False indica che vengono trasferiti solo gli oggetti individuati nella proprietà TablesList.

Implementazioni

Si applica a