Share via


Classe AuditCollection

The AuditCollection class represents a collection of Audit objects that represent all the audits on the instance of SQL Server.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AuditCollection _
    Inherits SimpleObjectCollectionBase
'Utilizzo
Dim instance As AuditCollection
public sealed class AuditCollection : SimpleObjectCollectionBase
public ref class AuditCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type AuditCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class AuditCollection extends SimpleObjectCollectionBase

Osservazioni

An AuditCollection object can be used to gain access to a set of audits. You can use the Item property to return a specific Audit object.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.