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
Public propertyStatic member AuditGuid AuditGuid property class of ServerAudit
Public propertyStatic member AuditTarget AuditTarget property class of ServerAudit
Public propertyStatic member Disabled Disabled property class of ServerAudit
Public propertyStatic member FilePath FilePath property class of ServerAudit
Public propertyStatic member MaxFiles MaxFiles property class of ServerAudit
Public propertyStatic member MaxRolloverFiles MaxRolloverFiles property class of ServerAudit
Public propertyStatic member MaxSize MaxSize property class of ServerAudit
Public propertyStatic member MaxSizeUnit MaxSizeUnit property class of ServerAudit
Public propertyStatic member OnFailure OnFailure property class of ServerAudit
Public propertyStatic member PredicateExpression PredicateExpression property class of ServerAudit
Public propertyStatic member QueueDelay QueueDelay property class of ServerAudit
Public propertyStatic member ReserveDiskSpace ReserveDiskSpace property class of ServerAudit
Public propertyStatic member TypeClass Type class for ServerAudit
Public propertyStatic member UnlimitedFileSize UnlimitedFileSize property class of ServerAudit
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace