Share via


DatabaseEventSet.DropAudit 属性

主题状态:本主题中的一些信息为预发布文档,在将来的版本中可能会有更改。预发布信息介绍 Microsoft SQL Server 2014 的新功能或者对现有功能的更改。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Property DropAudit As Boolean 
    Get 
    Set
用法
Dim instance As DatabaseEventSet 
Dim value As Boolean 

value = instance.DropAudit

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

属性值

类型:Boolean

请参阅

参考

DatabaseEventSet 类

Microsoft.SqlServer.Management.Smo 命名空间