CollectionItemCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SFC Collection class for collection item objects
public sealed class CollectionItemCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Microsoft.SqlServer.Management.Collector.CollectionItem,Microsoft.SqlServer.Management.Collector.CollectionItem.Key,Microsoft.SqlServer.Management.Collector.CollectionSet>
type CollectionItemCollection = class
inherit SfcCollatedDictionaryCollection<CollectionItem, CollectionItem.Key, CollectionSet>
Public NotInheritable Class CollectionItemCollection
Inherits SfcCollatedDictionaryCollection(Of CollectionItem, CollectionItem.Key, CollectionSet)
- Inheritance
-
CollectionItemCollection
Constructors
CollectionItemCollection(CollectionSet) |
Initializes a new instance of a CollectionItemCollection given a CollectionSet |
Properties
Ascending |
Sort in an ascending order manner for the current collection culture. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
Count | (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
CultureInfo |
Sorting the collection will use this .NET culture info. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
IgnoreCase |
Sort in a case-insensitive manner for the current collection culture. (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
Initialized | (Inherited from SfcCollection<T,K,ParentT>) |
IsReadOnly | (Inherited from SfcCollatedDictionaryCollection<T,K,ParentT>) |
IsSynchronized | (Inherited from SfcCollection<T,K,ParentT>) |
Item[K] | (Inherited from SfcCollection<T,K,ParentT>) |
Item[String] |
Get the CollectionItem by name |
Parent | (Inherited from SfcCollection<T,K,ParentT>) |
SyncRoot | (Inherited from SfcCollection<T,K,ParentT>) |