Compartilhar via


Enumeração AttachMode

Specifies the attach mode.

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

Sintaxe

'Declaração
Public Enumeration AttachMode
'Uso
Dim instance As AttachMode
public enum AttachMode
public enum class AttachMode
type AttachMode
public enum AttachMode

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom