共用方式為


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 命名空間