Compartir a través de


AuditSpecificationDetail Miembros

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

El tipo AuditSpecificationDetail expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AuditSpecificationDetail(AuditActionType)
Método publico AuditSpecificationDetail(AuditActionType, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object and principal.
Método publico AuditSpecificationDetail(AuditActionType, String, String, String) Initializes a new instance of the AuditSpecificationDetail class for the specified action, object, schema and principal.
Método publico AuditSpecificationDetail(AuditActionType, String, String, String, String)

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de ValueType).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de ValueType).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de ValueType).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Action Gets the type of action to be monitored during the audit.
Propiedad pública ObjectClass
Propiedad pública ObjectName Gets the name of the object to be monitored during the audit.
Propiedad pública ObjectSchema Gets the schema of the object to be monitored during the audit.
Propiedad pública Principal Gets the name of the principal to be monitored during the audit.

Principio