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.