IndexOption.OptionKind Property
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.