Свойство IndexOption.OptionKind

Gets the kind of the option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property OptionKind As IndexOptionKind 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOptionKind
The kind of the option.

См. также

Справочник

IndexOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom