AuditCollection Class

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class AuditCollection _
    Inherits SimpleObjectCollectionBase
'Usage
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

Remarks

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.