Share via


BuiltInFunctionLookupBase.BuiltInFunctions Property

Gets the collection of built-in functions.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property BuiltInFunctions As IMetadataCollection(Of IBuiltInFunction)
    Get
'Usage
Dim instance As BuiltInFunctionLookupBase 
Dim value As IMetadataCollection(Of IBuiltInFunction)

value = instance.BuiltInFunctions
public IMetadataCollection<IBuiltInFunction> BuiltInFunctions { get; }
public:
virtual property IMetadataCollection<IBuiltInFunction^>^ BuiltInFunctions {
    IMetadataCollection<IBuiltInFunction^>^ get () sealed;
}
abstract BuiltInFunctions : IMetadataCollection<IBuiltInFunction>
override BuiltInFunctions : IMetadataCollection<IBuiltInFunction>
final function get BuiltInFunctions () : IMetadataCollection<IBuiltInFunction>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IBuiltInFunction>
The IMetadataCollection<T> of IBuiltInFunction that contains the built-in functions.

Implements

IBuiltInFunctionLookup.BuiltInFunctions

See Also

Reference

BuiltInFunctionLookupBase Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace