FullTextCatalogOption.OptionKind Property

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

'Declaration
Public Property OptionKind As FullTextCatalogOptionKind 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogOptionKind
The fulltext catalog option kind.

See Also

Reference

FullTextCatalogOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace