Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the class of the object to be audited.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ObjectClass As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value that specifies the class of the object to be audited.
Comentarios
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.