AttachMode 列舉

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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間