BuiltInFunctionCollection Class

Definition

public class BuiltInFunctionCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IBuiltInFunction>
type BuiltInFunctionCollection = class
    inherit DictionaryCollection<IBuiltInFunction>
Public Class BuiltInFunctionCollection
Inherits DictionaryCollection(Of IBuiltInFunction)
Inheritance

Constructors

BuiltInFunctionCollection()
BuiltInFunctionCollection(Int32)

Properties

AsMetadataObjectCollection (Inherited from DictionaryCollection<T>)
Count (Inherited from DictionaryCollectionBase<T,U>)
Item[String] (Inherited from DictionaryCollectionBase<T,U>)

Methods

Add(T) (Inherited from DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Inherited from DictionaryCollectionBase<T,U>)
Clear() (Inherited from DictionaryCollectionBase<T,U>)
Clone() (Inherited from DictionaryCollectionBase<T,U>)
Clone(Boolean) (Inherited from DictionaryCollection<T>)
Contains(String) (Inherited from DictionaryCollectionBase<T,U>)
Contains(T) (Inherited from DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Inherited from DictionaryCollectionBase<T,U>)
FindAll(String) (Inherited from DictionaryCollectionBase<T,U>)
GetEnumerator() (Inherited from DictionaryCollectionBase<T,U>)
Remove(String) (Inherited from DictionaryCollectionBase<T,U>)
Remove(T) (Inherited from DictionaryCollectionBase<T,U>)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from DictionaryCollection<T>)
IEnumerable<IMetadataObject>.GetEnumerator() (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Inherited from DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Inherited from DictionaryCollection<T>)
IMetadataCollection<T>.Item[String] (Inherited from DictionaryCollectionBase<T,U>)

Applies to