Свойство ExecuteAsStatement.WithNoRevert

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property WithNoRevert As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
True if NO REVERT option was specified; otherwise, false.

См. также

Справочник

ExecuteAsStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom