SfcCollatedDictionaryCollection<T,K,ParentT> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public abstract class SfcCollatedDictionaryCollection<T,K,ParentT> : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection<T,K,ParentT>, System.Collections.Generic.IComparer<K>, System.Collections.Generic.IEnumerable<T> where T : SfcInstance where K : SfcKey where ParentT : SfcInstance
type SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)> = class
inherit SfcCollection<'T, 'K, 'ParentT (requires 'T :> SfcInstance and 'K :> SfcKey and 'ParentT :> SfcInstance)>
interface IComparer<'K (requires 'K :> SfcKey)>
interface seq<'T (requires 'T :> SfcInstance)>
interface IEnumerable
Public MustInherit Class SfcCollatedDictionaryCollection(Of T, K, ParentT)
Inherits SfcCollection(Of T, K, ParentT)
Implements IComparer(Of K), IEnumerable(Of T)
型パラメーター
- T
- K
- ParentT
- 継承
- 派生
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT, IComparer<String>) | |
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT) | |
プロパティ
| 名前 | 説明 |
|---|---|
| Ascending |
現在のコレクション カルチャの昇順で並べ替えます。 |
| Count | |
| CultureInfo |
コレクションを並べ替える場合、この.NETカルチャ情報が使用されます。 |
| IgnoreCase |
現在のコレクション カルチャでは、大文字と小文字を区別せずに並べ替えます。 |
| Initialized | (継承元 SfcCollection<T,K,ParentT>) |
| IsReadOnly | |
| IsSynchronized | (継承元 SfcCollection<T,K,ParentT>) |
| Item[K] | (継承元 SfcCollection<T,K,ParentT>) |
| Parent | (継承元 SfcCollection<T,K,ParentT>) |
| SyncRoot | (継承元 SfcCollection<T,K,ParentT>) |