Partager via


StopListFullTextIndexOption.IsOff, propriété

Obtient ou définit une valeur qui indique si OFF est spécifié.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property IsOff As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
Retourne true si OFF est spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

StopListFullTextIndexOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms