Condividi tramite


Membri AuditSpecificationDetail

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

Il tipo AuditSpecificationDetail espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AuditSpecificationDetail(AuditActionType)
Metodo pubblico AuditSpecificationDetail(AuditActionType, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object and principal.
Metodo pubblico AuditSpecificationDetail(AuditActionType, String, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object, schema and principal.
Metodo pubblico AuditSpecificationDetail(AuditActionType, String, String, String, String)

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da ValueType).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da ValueType).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da ValueType).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Action Gets the type of action to be monitored during the audit.
Proprietà pubblica ObjectClass
Proprietà pubblica ObjectName Gets the name of the object to be monitored during the audit.
Proprietà pubblica ObjectSchema Gets the schema of the object to be monitored during the audit.
Proprietà pubblica Principal Gets the name of the principal to be monitored during the audit.

In alto