Classe ObjectSetCollection
The ObjectSetCollection class represents a collection of ObjectSet objects that represent all the object sets in the policy store.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ObjectSetCollection _
Inherits SfcDictionaryCollection(Of ObjectSet, ObjectSet..::..Key, PolicyStore)
'Utilizzo
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>
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Gerarchia di ereditarietà
System. . :: . .Object
SfcCollection< (Of < ( <'ObjectSet, ObjectSet. . :: . .Key, PolicyStore> ) > ) >
SfcDictionaryCollection< (Of < ( <'ObjectSet, ObjectSet. . :: . .Key, PolicyStore> ) > ) >
Microsoft.SqlServer.Management.Dmf..::..ObjectSetCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche