BuiltInFunctionCollection Clase

Definición

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

Constructores

Nombre Description
BuiltInFunctionCollection()
BuiltInFunctionCollection(Int32)

Propiedades

Nombre Description
AsMetadataObjectCollection (Heredado de DictionaryCollection<T>)
Count (Heredado de DictionaryCollectionBase<T,U>)
Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Métodos

Nombre Description
Add(T) (Heredado de DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Heredado de DictionaryCollectionBase<T,U>)
Clear() (Heredado de DictionaryCollectionBase<T,U>)
Clone() (Heredado de DictionaryCollectionBase<T,U>)
Clone(Boolean) (Heredado de DictionaryCollection<T>)
Contains(String) (Heredado de DictionaryCollectionBase<T,U>)
Contains(T) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Heredado de DictionaryCollectionBase<T,U>)
FindAll(String) (Heredado de DictionaryCollectionBase<T,U>)
GetEnumerator() (Heredado de DictionaryCollectionBase<T,U>)
Remove(String) (Heredado de DictionaryCollectionBase<T,U>)
Remove(T) (Heredado de DictionaryCollectionBase<T,U>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator() (Heredado de DictionaryCollection<T>)
IEnumerable<IMetadataObject>.GetEnumerator() (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Heredado de DictionaryCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Heredado de DictionaryCollection<T>)
IMetadataCollection<T>.Item[String] (Heredado de DictionaryCollectionBase<T,U>)

Se aplica a