AuditSpecificationDetail Members
The AuditSpecificationDetail object represents a SQL Server audit specification detail required when creating an audit.
The following tables list the members exposed by the AuditSpecificationDetail type.
Public Properties
Name | 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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top