Partilhar via


Propriedade do RDL ReconfigureStatement.WithOverride

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ReconfigureStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom