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.