Compartir a través de


ExecuteAsStatement.WithNoRevert Propiedad

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

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

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ExecuteAsStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom