Compartir a través de


ReconfigureStatement.WithOverride Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property WithOverride As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
true if WITH OVERRIDE is used; otherwise, false.

Vea también

Referencia

ReconfigureStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom