Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |