TableCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class TableCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TriTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.ITable,Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseTable,Microsoft.SqlServer.Management.SqlParser.Metadata.ITabular>
type TableCollection = class
inherit TriTypeSortedListCollection<ITable, IDatabaseTable, ITabular>
Public Class TableCollection
Inherits TriTypeSortedListCollection(Of ITable, IDatabaseTable, ITabular)
继承
构造函数
属性
方法
名称
说明
Add(T)
(继承自 DictionaryCollectionBase<T,U> )
AddRange(IEnumerable<T>)
(继承自 DictionaryCollectionBase<T,U> )
Clear()
(继承自 DictionaryCollectionBase<T,U> )
Clone()
(继承自 DictionaryCollectionBase<T,U> )
Clone(Boolean)
(继承自 SortedListCollection<T> )
Contains(String)
(继承自 DictionaryCollectionBase<T,U> )
Contains(T)
(继承自 DictionaryCollectionBase<T,U> )
FindAll(Predicate<T>)
(继承自 DictionaryCollectionBase<T,U> )
FindAll(String)
(继承自 DictionaryCollectionBase<T,U> )
GetEnumerator()
(继承自 DictionaryCollectionBase<T,U> )
Remove(String)
(继承自 DictionaryCollectionBase<T,U> )
Remove(T)
(继承自 DictionaryCollectionBase<T,U> )
显式接口实现
名称
说明
IEnumerable.GetEnumerator()
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IEnumerable<B>.GetEnumerator()
(继承自 DualTypeSortedListCollection<T,B> )
IEnumerable<B2>.GetEnumerator()
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IEnumerable<IMetadataObject>.GetEnumerator()
(继承自 SortedListCollection<T> )
IMetadataCollection<B>.AsMetadataObjectCollection
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Contains(B)
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Contains(String)
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Count
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.FindAll(Predicate<B>)
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.FindAll(String)
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B>.Item[String]
(继承自 DualTypeSortedListCollection<T,B> )
IMetadataCollection<B2>.AsMetadataObjectCollection
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.Contains(B2)
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.Contains(String)
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.Count
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.FindAll(Predicate<B2>)
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.FindAll(String)
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<B2>.Item[String]
(继承自 TriTypeSortedListCollection<T,B1,B2> )
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject)
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Contains(String)
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Count
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>)
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.FindAll(String)
(继承自 SortedListCollection<T> )
IMetadataCollection<IMetadataObject>.Item[String]
(继承自 SortedListCollection<T> )
IMetadataCollection<T>.Item[String]
(继承自 DictionaryCollectionBase<T,U> )