ScalarValuedFunctionCollection Klasse

Definition

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)
Vererbung

Konstruktoren

Name Beschreibung
ScalarValuedFunctionCollection(CollationInfo)
ScalarValuedFunctionCollection(Int32, CollationInfo)

Eigenschaften

Name Beschreibung
AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
Count (Geerbt von DictionaryCollectionBase<T,U>)
Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Methoden

Name Beschreibung
Add(T) (Geerbt von DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Geerbt von DictionaryCollectionBase<T,U>)
Clear() (Geerbt von DictionaryCollectionBase<T,U>)
Clone() (Geerbt von DictionaryCollectionBase<T,U>)
Clone(Boolean) (Geerbt von SortedListCollection<T>)
Contains(String) (Geerbt von DictionaryCollectionBase<T,U>)
Contains(T) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(String) (Geerbt von DictionaryCollectionBase<T,U>)
GetEnumerator() (Geerbt von DictionaryCollectionBase<T,U>)
Remove(String) (Geerbt von DictionaryCollectionBase<T,U>)
Remove(T) (Geerbt von DictionaryCollectionBase<T,U>)

Explizite Schnittstellenimplementierungen

Name Beschreibung
IEnumerable.GetEnumerator() (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IEnumerable<B>.GetEnumerator() (Geerbt von DualTypeSortedListCollection<T,B>)
IEnumerable<B2>.GetEnumerator() (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IEnumerable<IMetadataObject>.GetEnumerator() (Geerbt von SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(B) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(String) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Count (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(Predicate<B>) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(String) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Item[String] (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B2>.AsMetadataObjectCollection (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.Contains(B2) (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.Contains(String) (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.Count (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.FindAll(Predicate<B2>) (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.FindAll(String) (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<B2>.Item[String] (Geerbt von TriTypeSortedListCollection<T,B1,B2>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Geerbt von SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Gilt für: