FullTextCatalogOption.OptionKind Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the fulltext catalog option kind.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public FullTextCatalogOptionKind OptionKind { get; set; }
public:
property FullTextCatalogOptionKind OptionKind {
    FullTextCatalogOptionKind get();
    void set(FullTextCatalogOptionKind value);
}
member OptionKind : FullTextCatalogOptionKind with get, set
Public Property OptionKind As FullTextCatalogOptionKind

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOptionKind

The fulltext catalog option kind.

See Also

FullTextCatalogOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top