Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the drop clustered constraint option types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration DropClusteredConstraintOptionKind
'Usage
Dim instance As DropClusteredConstraintOptionKind
public enum DropClusteredConstraintOptionKind
public enum class DropClusteredConstraintOptionKind
type DropClusteredConstraintOptionKind
public enum DropClusteredConstraintOptionKind
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| MaxDop | The type is MaxDop. | |
| MoveTo | The type is MoveTo. | |
| Online | The type is Online. |