Поделиться через


ISql100AuditSpecification.ServerAudit Property

Gets or sets the server audit.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ServerAudit As ISql100ServerAudit
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100ServerAudit

.NET Framework Security

See Also

Reference

ISql100AuditSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace