共用方式為


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