Freigeben über


StopListFullTextIndexOption.IsOff-Eigenschaft

Gets or sets a value that indicates whether OFF was specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property IsOff As Boolean 
    Get 
    Set
'Usage
Dim instance As StopListFullTextIndexOption 
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)

Eigenschaftswert

Typ: System.Boolean
True if OFF was specified; otherwise, false.

Siehe auch

Verweis

StopListFullTextIndexOption Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace