次の方法で共有


AttachMode 列挙体

添付モードを指定します。

名前空間:  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 モードは Attach です。
AttachForceRebuildLog モードは AttachForceRebuildLog です。
AttachRebuildLog モードは AttachRebuildLog です。
Load モードは Load です。
None モードは None です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間