Share via


AuditSpecificationDetail-Member

The AuditSpecificationDetail object represents a SQL Server audit specification detail required when creating an audit.

Der AuditSpecificationDetail-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AuditSpecificationDetail(AuditActionType)
Öffentliche Methode AuditSpecificationDetail(AuditActionType, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object and principal.
Öffentliche Methode AuditSpecificationDetail(AuditActionType, String, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object, schema and principal.
Öffentliche Methode AuditSpecificationDetail(AuditActionType, String, String, String, String)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Action Gets the type of action to be monitored during the audit.
Öffentliche Eigenschaft ObjectClass
Öffentliche Eigenschaft ObjectName Gets the name of the object to be monitored during the audit.
Öffentliche Eigenschaft ObjectSchema Gets the schema of the object to be monitored during the audit.
Öffentliche Eigenschaft Principal Gets the name of the principal to be monitored during the audit.

Zum Anfang