Classe DatabaseAuditSpecification

The DatabaseAuditSpecification object represents an auditable event on the database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class DatabaseAuditSpecification _
    Inherits AuditSpecification
'Utilisation
Dim instance As DatabaseAuditSpecification
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class DatabaseAuditSpecification : AuditSpecification
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class DatabaseAuditSpecification sealed : public AuditSpecification
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type DatabaseAuditSpecification =  
    class
        inherit AuditSpecification
    end
public final class DatabaseAuditSpecification extends AuditSpecification

Notes

The DatabaseAuditSpecification object represents information stored in the sys.Server_audit_specifications system table.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.