次の方法で共有


FullTextIndexOption.OptionKind プロパティ

フルテキスト オプションの種類を取得または設定します。

名前空間:  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
フルテキスト オプションの種類。

関連項目

参照

FullTextIndexOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間