Specifies the attach mode.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration AttachMode
用法
Dim instance As AttachMode
public enum AttachMode
public enum class AttachMode
type AttachMode
public enum AttachMode
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |