Membres AuditSpecificationDetail
The AuditSpecificationDetail object represents a SQL Server audit specification detail required when creating an audit.
Le type AuditSpecificationDetail expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AuditSpecificationDetail(AuditActionType) | ||
AuditSpecificationDetail(AuditActionType, String, String) | Initializes a new instance of the AuditSpecificationDetail class for the specified action, object and principal. | |
AuditSpecificationDetail(AuditActionType, String, String, String) | Initializes a new instance of the AuditSpecificationDetail class for the specified action, object, schema and principal. | |
AuditSpecificationDetail(AuditActionType, String, String, String, String) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de ValueType.) | |
Finalize | (Hérité de Object.) | |
GetHashCode | (Hérité de ValueType.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de ValueType.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Action | Gets the type of action to be monitored during the audit. | |
ObjectClass | ||
ObjectName | Gets the name of the object to be monitored during the audit. | |
ObjectSchema | Gets the schema of the object to be monitored during the audit. | |
Principal | Gets the name of the principal to be monitored during the audit. |
Haut de la page
Voir aussi