Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql100AuditSpecification Interface