FullTextCatalogOption.OptionKind 属性

Gets or sets the fulltext catalog option kind.

命名空间:  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
The fulltext catalog option kind.

请参阅

参考

FullTextCatalogOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间