FullTextIndexOption.OptionKind 属性
Gets or sets the full text option kind.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OptionKind As FullTextIndexOptionKind
Get
Set
用法
Dim instance As FullTextIndexOption
Dim value As FullTextIndexOptionKind
value = instance.OptionKind
instance.OptionKind = value
public FullTextIndexOptionKind OptionKind { get; set; }
public:
property FullTextIndexOptionKind OptionKind {
FullTextIndexOptionKind get ();
void set (FullTextIndexOptionKind value);
}
member OptionKind : FullTextIndexOptionKind with get, set
function get OptionKind () : FullTextIndexOptionKind
function set OptionKind (value : FullTextIndexOptionKind)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.FullTextIndexOptionKind
The full text option kind.