The AuditSpecificationDetail object represents a SQL Server audit specification detail required when creating an audit.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Structure AuditSpecificationDetail
‘사용 방법
Dim instance As AuditSpecificationDetail
public struct AuditSpecificationDetail
public value class AuditSpecificationDetail
[<SealedAttribute>]
type AuditSpecificationDetail = struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.
AuditSpecificationDetail 유형에서 다음 멤버를 표시합니다.
생성자
| 이름 | 설명 | |
|---|---|---|
![]() |
AuditSpecificationDetail(AuditActionType) | Initializes a new instance of the AuditSpecificationDetail class with the specified action. |
![]() |
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) | Initializes a new instance of the AuditSpecificationDetail class for the specified action, class, schema, name, and principal. |
맨 위로 이동
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
Action | Gets the type of action to be monitored during the audit. |
![]() |
ObjectClass | Gets the class of the object to be audited. |
![]() |
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. |
맨 위로 이동
메서드
| 이름 | 설명 | |
|---|---|---|
![]() |
Equals | (ValueType에서 상속됨) |
![]() |
GetHashCode | (ValueType에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | (ValueType에서 상속됨) |
맨 위로 이동
주의
The AuditSpecificationDetail object is used to specify the actions, objects, principals to be monitored during the audit.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)