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.
Gets or sets the type of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionKind As DropClusteredConstraintOptionKind
Get
Set
'Usage
Dim instance As DropClusteredConstraintOption
Dim value As DropClusteredConstraintOptionKind
value = instance.OptionKind
instance.OptionKind = value
public DropClusteredConstraintOptionKind OptionKind { get; set; }
public:
property DropClusteredConstraintOptionKind OptionKind {
DropClusteredConstraintOptionKind get ();
void set (DropClusteredConstraintOptionKind value);
}
member OptionKind : DropClusteredConstraintOptionKind with get, set
function get OptionKind () : DropClusteredConstraintOptionKind
function set OptionKind (value : DropClusteredConstraintOptionKind)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.DropClusteredConstraintOptionKind
The type of the option.