Dela via


ISql100AuditSpecification.ServerAudit Property

Gets or sets the server audit.

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

Syntax

'Declaration
Property ServerAudit As ISql100ServerAudit
'Usage
Dim instance As ISql100AuditSpecification 
Dim value As ISql100ServerAudit 

value = instance.ServerAudit

instance.ServerAudit = value
ISql100ServerAudit ServerAudit { get; set; }
property ISql100ServerAudit^ ServerAudit {
    ISql100ServerAudit^ get ();
    void set (ISql100ServerAudit^ value);
}
function get ServerAudit () : ISql100ServerAudit 
function set ServerAudit (value : ISql100ServerAudit)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100ServerAudit
Returns a ISql100ServerAudit.

.NET Framework Security

See Also

Reference

ISql100AuditSpecification Interface

ISql100AuditSpecification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace