PolicyCategorySubscriptionCollection Class

Definition

This is the collection for PolicyCategorySubscriptions.

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

Constructors

Name Description
PolicyCategorySubscriptionCollection(PolicyStore)

Properties

Name Description
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[Int32]
Item[K] (Inherited from SfcCollection<T,K,ParentT>)
Parent (Inherited from SfcCollection<T,K,ParentT>)
SyncRoot (Inherited from SfcCollection<T,K,ParentT>)

Methods

Name Description
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(Int32)
Contains(K) (Inherited from SfcDictionaryCollection<T,K,ParentT>)
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

Name Description
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