Partager via


Propriété ReconfigureStatement.WithOverride

Gets or sets a value that indicates whether WITH OVERRIDE is used.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property WithOverride As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ReconfigureStatement 
Dim value As Boolean 

value = instance.WithOverride

instance.WithOverride = value
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
true if WITH OVERRIDE is used; otherwise, false.

Voir aussi

Référence

ReconfigureStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom