Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the attach mode.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AttachMode As AttachMode
Get
Set
'Usage
Dim instance As CreateDatabaseStatement
Dim value As AttachMode
value = instance.AttachMode
instance.AttachMode = value
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.AttachMode
The attach mode.