次の方法で共有


FullTextCatalogOption.OptionKind プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property OptionKind As FullTextCatalogOptionKind 
    Get 
    Set
'使用
Dim instance As FullTextCatalogOption 
Dim value As FullTextCatalogOptionKind 

value = instance.OptionKind

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOptionKind
フルテキスト カタログ オプションの種類。

関連項目

参照

FullTextCatalogOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間