Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.