Свойство 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.
См. также