Compartilhar via


Classe ObjectSetCollection

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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>

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.