Compartir a través de


ExecuteAsStatement.WithNoRevert (Propiedad)

Obtiene o establece si se especificó la opción NO REVERT.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property WithNoRevert As Boolean
    Get
    Set
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 propiedad

Tipo: System.Boolean
Devuelve True si se especificó la opción NO REVERT, False si no es así.

Seguridad de .NET Framework

Vea también

Referencia

ExecuteAsStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)