Compartir a través de


ObjectSetCollection Clase

The ObjectSetCollection class represents a collection of ObjectSet objects that represent all the object sets in the policy store.

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

Sintaxis

'Declaración
Public NotInheritable Class ObjectSetCollection _
    Inherits SfcDictionaryCollection(Of ObjectSet, ObjectSet..::..Key, PolicyStore)
'Uso
Dim instance As ObjectSetCollection
public sealed class ObjectSetCollection : SfcDictionaryCollection<ObjectSet, ObjectSet..::..Key, PolicyStore>
public ref class ObjectSetCollection sealed : public SfcDictionaryCollection<ObjectSet^, ObjectSet..::..Key^, PolicyStore^>
[<SealedAttribute>]
type ObjectSetCollection =  
    class
        inherit SfcDictionaryCollection<ObjectSet, ObjectSet..::..Key, PolicyStore>
    end
public final class ObjectSetCollection extends SfcDictionaryCollection<ObjectSet, ObjectSet..::..Key, PolicyStore>

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Usar colecciones

Jerarquía de herencia

System. . :: . .Object
  SfcCollection< (Of < ( <'ObjectSet, ObjectSet. . :: . .Key, PolicyStore> ) > ) >
    SfcDictionaryCollection< (Of < ( <'ObjectSet, ObjectSet. . :: . .Key, PolicyStore> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..ObjectSetCollection

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.