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 the kind 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 IndexOptionKind
Get
Set
'Usage
Dim instance As IndexOption
Dim value As IndexOptionKind
value = instance.OptionKind
instance.OptionKind = value
public IndexOptionKind OptionKind { get; set; }
public:
property IndexOptionKind OptionKind {
IndexOptionKind get ();
void set (IndexOptionKind value);
}
member OptionKind : IndexOptionKind with get, set
function get OptionKind () : IndexOptionKind
function set OptionKind (value : IndexOptionKind)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.