共用方式為


AuditSpecificationDetail 成員

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

AuditSpecificationDetail 型別公開下列成員。

建構函式

  名稱 描述
公用方法 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)

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 ValueType。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 ValueType。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 ValueType。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端