Condividi tramite


Proprietà CreateDatabaseStatement.AttachMode

Ottiene o imposta la modalità di collegamento.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property AttachMode As AttachMode
    Get
    Set
public AttachMode AttachMode { get; set; }
public:
property AttachMode AttachMode {
    AttachMode get ();
    void set (AttachMode value);
}
member AttachMode : AttachMode with get, set
function get AttachMode () : AttachMode
function set AttachMode (value : AttachMode)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AttachMode
Restituisce un valore di enumerazione AttachMode.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateDatabaseStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql