TableVariableCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class TableVariableCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.ITableVariable,Microsoft.SqlServer.Management.SqlParser.Metadata.ILocalVariable>
type TableVariableCollection = class
inherit DualTypeSortedListCollection<ITableVariable, ILocalVariable>
Public Class TableVariableCollection
Inherits DualTypeSortedListCollection(Of ITableVariable, ILocalVariable)
继承
构造函数
属性
方法
名称
说明
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()
(继承自 DualTypeSortedListCollection<T,B> )
IEnumerable<B>.GetEnumerator()
(继承自 DualTypeSortedListCollection<T,B> )
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<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> )