ObjectSetCollection Class

Definition

This is the collection for ObjectSets.

public sealed class ObjectSetCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDictionaryCollection<Microsoft.SqlServer.Management.Dmf.ObjectSet,Microsoft.SqlServer.Management.Dmf.ObjectSet.Key,Microsoft.SqlServer.Management.Dmf.PolicyStore>
type ObjectSetCollection = class
    inherit SfcDictionaryCollection<ObjectSet, ObjectSet.Key, PolicyStore>
Public NotInheritable Class ObjectSetCollection
Inherits SfcDictionaryCollection(Of ObjectSet, ObjectSet.Key, PolicyStore)
Inheritance

Constructors

ObjectSetCollection(PolicyStore)

Properties

Count (Inherited from SfcDictionaryCollection<T,K,ParentT>)
Initialized (Inherited from SfcCollection<T,K,ParentT>)
IsReadOnly (Inherited from SfcDictionaryCollection<T,K,ParentT>)
IsSynchronized (Inherited from SfcCollection<T,K,ParentT>)
Item[K] (Inherited from SfcCollection<T,K,ParentT>)
Item[String]
Parent (Inherited from SfcCollection<T,K,ParentT>)
SyncRoot (Inherited from SfcCollection<T,K,ParentT>)

Methods

Add(T)

Adds the obj to the collection

(Inherited from SfcCollection<T,K,ParentT>)
AddImpl(T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
AddShadow(T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
Clear() (Inherited from SfcDictionaryCollection<T,K,ParentT>)
Contains(K) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
Contains(String)
Contains(T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
CopyTo(Array, Int32) (Inherited from SfcCollection<T,K,ParentT>)
CopyTo(T[], Int32) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
CreateAndInitializeChildObject(K) (Inherited from SfcCollection<T,K,ParentT>)
EnsureCollectionInitialized() (Inherited from SfcCollection<T,K,ParentT>)
FinishMerge() (Inherited from SfcDictionaryCollection<T,K,ParentT>)
GetCollectionElementNameImpl() (Inherited from SfcCollection<T,K,ParentT>)
GetElementFactoryImpl() (Inherited from SfcCollection<T,K,ParentT>)
GetEnumerator() (Inherited from SfcDictionaryCollection<T,K,ParentT>)
GetExistingObjectByKey(K) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
GetObjectByKey(K) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
InitInnerCollection() (Inherited from SfcDictionaryCollection<T,K,ParentT>)
PrepareMerge() (Inherited from SfcDictionaryCollection<T,K,ParentT>)
Refresh() (Inherited from SfcCollection<T,K,ParentT>)
Refresh(Boolean) (Inherited from SfcCollection<T,K,ParentT>)
Remove(T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
RemoveImpl(T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
RemoveInternal(T)

Remove the item given by the key. Existing object are marked with a state of ToBeDropped for dropping when their parent is Altered or Dropped. At that time the marked object will be removed fro the collection. Pending, None or Dropped objects are removed from the collection immediately.

(Inherited from SfcCollection<T,K,ParentT>)
Rename(T, K) (Inherited from SfcCollection<T,K,ParentT>)
TryGetValue(K, T) (Inherited from SfcDictionaryCollection<T,K,ParentT>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from SfcCollection<T,K,ParentT>)
IListSource.ContainsListCollection (Inherited from SfcCollection<T,K,ParentT>)
IListSource.GetList() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Add(SfcInstance) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.AddShadow(SfcInstance) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Count (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.EnsureInitialized() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.FinishMerge() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.GetCollectionElementNameImpl() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.GetElementFactory() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.GetExisting(SfcKey, SfcInstance) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.GetObjectByKey(SfcKey) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Initialized (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Parent (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.PrepareMerge() (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Remove(SfcInstance) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.RemoveElement(SfcInstance) (Inherited from SfcCollection<T,K,ParentT>)
ISfcCollection.Rename(SfcInstance, SfcKey) (Inherited from SfcCollection<T,K,ParentT>)

Applies to