SearchPropertyListFullTextIndexOption.IsOff 属性

Gets or sets a value that indicates whether the search property list is off.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property IsOff As Boolean 
    Get 
    Set
用法
Dim instance As SearchPropertyListFullTextIndexOption 
Dim value As Boolean 

value = instance.IsOff

instance.IsOff = value
public bool IsOff { get; set; }
public:
property bool IsOff {
    bool get ();
    void set (bool value);
}
member IsOff : bool with get, set
function get IsOff () : boolean 
function set IsOff (value : boolean)

属性值

类型:System.Boolean
true if the search property list is off; otherwise, false.

请参阅

参考

SearchPropertyListFullTextIndexOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间