CollectionItemCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション項目オブジェクトの SFC コレクション クラス
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)
- 継承
-
CollectionItemCollection
コンストラクター
| 名前 | 説明 |
|---|---|
| CollectionItemCollection(CollectionSet) |
CollectionSet を指定して CollectionItemCollection の新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Ascending |
現在のコレクション カルチャの昇順で並べ替えます。 (継承元 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Count |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CultureInfo |
コレクションを並べ替える場合、この.NETカルチャ情報が使用されます。 (継承元 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IgnoreCase |
現在のコレクション カルチャでは、大文字と小文字を区別せずに並べ替えます。 (継承元 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Initialized |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollection<T,K,ParentT>) |
| IsReadOnly |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IsSynchronized |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollection<T,K,ParentT>) |
| Item[K] |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollection<T,K,ParentT>) |
| Item[String] |
名前で CollectionItem を取得する |
| Parent |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollection<T,K,ParentT>) |
| SyncRoot |
コレクション項目オブジェクトの SFC コレクション クラス (継承元 SfcCollection<T,K,ParentT>) |