Свойство AuditSpecificationPart.IsDrop

Gets or sets whether DROP is specified.

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

Синтаксис

'Декларация
Public Property IsDrop As Boolean 
    Get 
    Set
'Применение
Dim instance As AuditSpecificationPart 
Dim value As Boolean 

value = instance.IsDrop

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

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

Тип: System.Boolean
True if DROP was specified; otherwise, false.

См. также

Справочник

AuditSpecificationPart Класс

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