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
- 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.