Condividi tramite


ITransferSqlServerObjectsTask.CopyAllTables Proprietà

Definizione

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

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 se tutte le tabelle SQL Server vengono trasferite dall'origine al database di destinazione; in caso contrario, false.

Si applica a