Compartir a través de


AuditSpecificationDetail.ObjectSchema Propiedad

Gets the schema of the object to be monitored during the audit.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ObjectSchema As String 
    Get
'Uso
Dim instance As AuditSpecificationDetail 
Dim value As String 

value = instance.ObjectSchema
public string ObjectSchema { get; }
public:
property String^ ObjectSchema {
    String^ get ();
}
member ObjectSchema : string
function get ObjectSchema () : String

Valor de la propiedad

Tipo: System.String
A String object value that specifies the schema of the object to be monitored during the audit.

Vea también

Referencia

AuditSpecificationDetail Estructura

Espacio de nombres Microsoft.SqlServer.Management.Smo