ServerAudit Class
Model schema container class for ServerAudit
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.ServerAudit
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class ServerAudit
'Usage
public static class ServerAudit
public ref class ServerAudit abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServerAudit = class end
public final class ServerAudit
The ServerAudit type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuditGuid | AuditGuid property class of ServerAudit | |
AuditTarget | AuditTarget property class of ServerAudit | |
Disabled | Disabled property class of ServerAudit | |
FilePath | FilePath property class of ServerAudit | |
MaxFiles | MaxFiles property class of ServerAudit | |
MaxRolloverFiles | MaxRolloverFiles property class of ServerAudit | |
MaxSize | MaxSize property class of ServerAudit | |
MaxSizeUnit | MaxSizeUnit property class of ServerAudit | |
OnFailure | OnFailure property class of ServerAudit | |
PredicateExpression | PredicateExpression property class of ServerAudit | |
QueueDelay | QueueDelay property class of ServerAudit | |
ReserveDiskSpace | ReserveDiskSpace property class of ServerAudit | |
TypeClass | Type class for ServerAudit | |
UnlimitedFileSize | UnlimitedFileSize property class of ServerAudit | |
UnlimitedMaxRolloverFiles | UnlimitedMaxRolloverFiles property class of ServerAudit |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.