Compartir a través de


CreateDatabaseStatement.AttachMode (Propiedad)

Obtiene o establece el modo Attach.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AttachMode
Devuelve un valor de enumeración AttachMode.

Seguridad de .NET Framework

Vea también

Referencia

CreateDatabaseStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)