Freigeben über


AttachMode-Enumeration

Specifies the attach mode.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration AttachMode
'Usage
Dim instance As AttachMode
public enum AttachMode
public enum class AttachMode
type AttachMode
public enum AttachMode

Elemente

Elementname Beschreibung
Attach The mode is Attach.
AttachForceRebuildLog The mode is AttachForceRebuildLog.
AttachRebuildLog The mode is AttachRebuildLog.
Load The mode is Load.
None The mode is None.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace