Partager via


WitnessAlterDatabaseOption.IsOff, propriété

Obtient ou définit une valeur indiquant si l'option OFF a été spécifiée.

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

Sécurité .NET Framework

Voir aussi

Référence

WitnessAlterDatabaseOption Classe

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