Partager via


Propriété ExecuteAsStatement.WithNoRevert

Gets or sets a value that indicates whether the NO REVERT option was specified.

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

Syntaxe

'Déclaration
Public Property WithNoRevert As Boolean 
    Get 
    Set
'Utilisation
Dim instance As ExecuteAsStatement 
Dim value As Boolean 

value = instance.WithNoRevert

instance.WithNoRevert = value
public bool WithNoRevert { get; set; }
public:
property bool WithNoRevert {
    bool get ();
    void set (bool value);
}
member WithNoRevert : bool with get, set
function get WithNoRevert () : boolean 
function set WithNoRevert (value : boolean)

Valeur de propriété

Type : System.Boolean
True if NO REVERT option was specified; otherwise, false.

Voir aussi

Référence

ExecuteAsStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom