AuditSpecificationDetail.ObjectClass 속성
Gets the class of the object to be audited.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property ObjectClass As String
Get
‘사용 방법
Dim instance As AuditSpecificationDetail
Dim value As String
value = instance.ObjectClass
public string ObjectClass { get; }
public:
property String^ ObjectClass {
String^ get ();
}
member ObjectClass : string
function get ObjectClass () : String
속성 값
유형: System.String
A String value that specifies the class of the object to be audited.
주의
The ObjectClass property specifies the type of object that the server audit that is associated with audit specification detail will run upon, such as DATABASE or SCHEMA.