Compartir a través de


ServerAuditSpecificationCollection Clase

The ServerAuditSpecificationCollection class represents a collection of ServerAuditSpecification objects that represent all the audit specifications defined on the server.

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

Sintaxis

'Declaración
Public NotInheritable Class ServerAuditSpecificationCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As ServerAuditSpecificationCollection
public sealed class ServerAuditSpecificationCollection : SimpleObjectCollectionBase
public ref class ServerAuditSpecificationCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ServerAuditSpecificationCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ServerAuditSpecificationCollection extends SimpleObjectCollectionBase

Notas

A ServerAuditSpecificationCollection object can be used to gain access to a set of server audit specifications. You can use the Item property to return a specific ServerAuditSpecification object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.