Partager via


CreateDatabaseStatement.AttachMode, propriété

Obtient ou définit le mode d'attachement.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.AttachMode
Retourne une valeur d'énumération AttachMode.

Sécurité .NET Framework

Voir aussi

Référence

CreateDatabaseStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms