AuditSpecificationPart.IsDrop Property
Gets or sets whether DROP is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsDrop As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if DROP was specified; otherwise, false.