SortedListCollection<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class SortedListCollection<T> : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<T,System.Collections.Generic.SortedList<string,T>>, Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject> where T : class, IMetadataObject
type SortedListCollection<'T (requires 'T : null and 'T :> IMetadataObject)> = class
inherit DictionaryCollectionBase<'T, SortedList<string, 'T> (requires 'T : null and 'T :> IMetadataObject)>
interface IMetadataCollection<IMetadataObject>
interface seq<IMetadataObject>
interface IEnumerable
Public Class SortedListCollection(Of T)
Inherits DictionaryCollectionBase(Of T, SortedList(Of String, T))
Implements IEnumerable(Of IMetadataObject), IMetadataCollection(Of IMetadataObject)
类型参数
- T
- 继承
- 派生
- 实现
构造函数
| 名称 | 说明 |
|---|---|
| SortedListCollection<T>(Int32, CollationInfo) | |
属性
| 名称 | 说明 |
|---|---|
| AsMetadataObjectCollection | |
| Count | (继承自 DictionaryCollectionBase<T,U>) |
| Item[String] | (继承自 DictionaryCollectionBase<T,U>) |