Partilhar via


Propriedade do RDL ExecuteAsStatement.WithNoRevert

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

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

Sintaxe

'Declaração
Public Property WithNoRevert As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ExecuteAsStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom