ISql100AuditSpecification.ServerAudit 属性

获取或设置服务器审核。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property ServerAudit As ISql100ServerAudit
    Get
    Set
ISql100ServerAudit ServerAudit { get; set; }
property ISql100ServerAudit^ ServerAudit {
    ISql100ServerAudit^ get ();
    void set (ISql100ServerAudit^ value);
}
abstract ServerAudit : ISql100ServerAudit with get, set
function get ServerAudit () : ISql100ServerAudit
function set ServerAudit (value : ISql100ServerAudit)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql100ServerAudit

.NET Framework 安全性

请参见

参考

ISql100AuditSpecification 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间