共用方式為


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 命名空間