Partager via


Classe TargetSetCollection

The TargetSetCollectionCollection class represents a collection of TargetSet objects that represent all the policies 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 TargetSetCollection _
    Inherits SfcCollatedDictionaryCollection(Of TargetSet, TargetSet..::..Key, ObjectSet)
'Utilisation
Dim instance As TargetSetCollection
public sealed class TargetSetCollection : SfcCollatedDictionaryCollection<TargetSet, TargetSet..::..Key, ObjectSet>
public ref class TargetSetCollection sealed : public SfcCollatedDictionaryCollection<TargetSet^, TargetSet..::..Key^, ObjectSet^>
[<SealedAttribute>]
type TargetSetCollection =  
    class
        inherit SfcCollatedDictionaryCollection<TargetSet, TargetSet..::..Key, ObjectSet>
    end
public final class TargetSetCollection extends SfcCollatedDictionaryCollection<TargetSet, TargetSet..::..Key, ObjectSet>

Notes

A TargetSetCollection object can be used to gain access to a set of policies. You can use the Item property to return a specific TargetSet object.

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 < ( <'TargetSet, TargetSet. . :: . .Key, ObjectSet> ) > ) >
    SfcCollatedDictionaryCollection< (Of < ( <'TargetSet, TargetSet. . :: . .Key, ObjectSet> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..TargetSetCollection

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.