ScalarValuedFunctionCollection 类

定义

public class ScalarValuedFunctionCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TriTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarValuedFunction,Microsoft.SqlServer.Management.SqlParser.Metadata.ICallableModule,Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction>
type ScalarValuedFunctionCollection = class
    inherit TriTypeSortedListCollection<IScalarValuedFunction, ICallableModule, IScalarFunction>
Public Class ScalarValuedFunctionCollection
Inherits TriTypeSortedListCollection(Of IScalarValuedFunction, ICallableModule, IScalarFunction)
继承

构造函数

名称 说明
ScalarValuedFunctionCollection(CollationInfo)
ScalarValuedFunctionCollection(Int32, CollationInfo)

属性

名称 说明
AsMetadataObjectCollection (继承自 SortedListCollection<T>)
Count (继承自 DictionaryCollectionBase<T,U>)
Item[String] (继承自 DictionaryCollectionBase<T,U>)

方法

名称 说明
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>)

适用于