Linguaggio

TransferSqlServerObjectsTask.CopyAllDefaults Proprietà

Definizione

Ottiene o imposta un Booleano che indica che il trasferimento include i valori predefiniti di SQL Server.

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

Valore della proprietà

true indica che i valori predefiniti di SQL Server vengono trasferiti dalla sorgente al database di destinazione. false indica che solo gli oggetti trovati nel DefaultsList vengono trasferiti.

Implementazioni

Si applica a