AuditSpecificationDetail Members
Include Protected Members
Include Inherited Members
The AuditSpecificationDetail object represents a SQL Server audit specification detail required when creating an audit.
The AuditSpecificationDetail type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | AuditSpecificationDetail(AuditActionType) | |
| .gif) | AuditSpecificationDetail(AuditActionType, String, String) | Initializes a new instance of the AuditSpecificationDetail class for the specified action, object and principal. | 
| .gif) | AuditSpecificationDetail(AuditActionType, String, String, String) | Initializes a new instance of the AuditSpecificationDetail class for the specified action, object, schema and principal. | 
| .gif) | AuditSpecificationDetail(AuditActionType, String, String, String, String) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from ValueType.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from ValueType.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | ToString() | (Inherited from ValueType.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Action | Gets the type of action to be monitored during the audit. | 
| .gif) | ObjectClass | |
| .gif) | ObjectName | Gets the name of the object to be monitored during the audit. | 
| .gif) | ObjectSchema | Gets the schema of the object to be monitored during the audit. | 
| .gif) | Principal | Gets the name of the principal to be monitored during the audit. | 
Top