Свойство FullTextIndexOption.OptionKind

Gets or sets the full text option kind.

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

Синтаксис

'Декларация
Public Property OptionKind As FullTextIndexOptionKind 
    Get 
    Set
'Применение
Dim instance As FullTextIndexOption 
Dim value As FullTextIndexOptionKind 

value = instance.OptionKind

instance.OptionKind = value
public FullTextIndexOptionKind OptionKind { get; set; }
public:
property FullTextIndexOptionKind OptionKind {
    FullTextIndexOptionKind get ();
    void set (FullTextIndexOptionKind value);
}
member OptionKind : FullTextIndexOptionKind with get, set
function get OptionKind () : FullTextIndexOptionKind 
function set OptionKind (value : FullTextIndexOptionKind)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.

См. также

Справочник

FullTextIndexOption Класс

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