다음을 통해 공유


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.

맨 위로 이동