Share via


ReconfigureStatement.WithOverride Property

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

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

Syntax

'Declaration
Public Property WithOverride As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ReconfigureStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace