Compartir a través de


DatabaseAuditSpecification.ServerAudit Propiedad

ServerAudit relationship class of DatabaseAuditSpecification

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property ServerAudit As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = DatabaseAuditSpecification.ServerAudit
public static ModelRelationshipClass ServerAudit { get; internal set; }
public:
static property ModelRelationshipClass^ ServerAudit {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ServerAudit : ModelRelationshipClass with get, internal set
static function get ServerAudit () : ModelRelationshipClass 
internal static function set ServerAudit (value : ModelRelationshipClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

DatabaseAuditSpecification Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model