Partager via


Classe ObjectSetCollection

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

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

Syntaxe

'Déclaration
Public NotInheritable Class ObjectSetCollection _
    Inherits SfcDictionaryCollection(Of ObjectSet, ObjectSet..::..Key, PolicyStore)
'Utilisation
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>

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Hiérarchie d'héritage

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

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.