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 | |
---|---|---|
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) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da ValueType). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da ValueType). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da ValueType). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Vedere anche