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.