Partager via


ReconfigureStatement.WithOverride, propriété

Obtient ou définit si WITH OVERRIDE est utilisé.

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 WithOverride As Boolean
    Get
    Set
public bool WithOverride { get; set; }
public:
property bool WithOverride {
    bool get ();
    void set (bool value);
}
member WithOverride : bool with get, set
function get WithOverride () : boolean
function set WithOverride (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si WITH OVERRIDE est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

ReconfigureStatement Classe

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