SearchPropertyListFullTextIndexOption.IsOff Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public bool IsOff { get; set; }
public:
property bool IsOff {
    bool get();
    void set(bool value);
}
member IsOff : bool with get, set
Public Property IsOff As Boolean

Property Value

Type: System.Boolean

true if the search property list is off; otherwise, false.

See Also

SearchPropertyListFullTextIndexOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top