BuiltInFunctionLookupBase Class

Provides the ability to look up built-in functions.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.BuiltInFunctionLookupBase

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

Syntax

'Declaration
Public MustInherit Class BuiltInFunctionLookupBase _
    Implements IBuiltInFunctionLookup
'Usage
Dim instance As BuiltInFunctionLookupBase
public abstract class BuiltInFunctionLookupBase : IBuiltInFunctionLookup
public ref class BuiltInFunctionLookupBase abstract : IBuiltInFunctionLookup
[<AbstractClassAttribute>]
type BuiltInFunctionLookupBase =  
    class 
        interface IBuiltInFunctionLookup 
    end
public abstract class BuiltInFunctionLookupBase implements IBuiltInFunctionLookup

The BuiltInFunctionLookupBase type exposes the following members.

Constructors

  Name Description
Protected method BuiltInFunctionLookupBase() Initializes a new instance of the BuiltInFunctionLookupBase class.
Protected method BuiltInFunctionLookupBase(IMetadataCollection<IBuiltInFunction>, IMetadataCollection<IDatePart>) Initializes a new instance of the BuiltInFunctionLookupBase class by using the specified metadata object collections.

Top

Properties

  Name Description
Public property AllBuiltIns Gets the collection of built-in functions and system functions that start with two at signs (@@).
Public property BuiltInFunctions Gets the collection of built-in functions.
Public property DateParts Gets the collection built-in function date-part arguments.
Public property GlobalVariables Gets the collection of system functions that start with two at signs (@@).

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMultiTypeBuiltInFunction Returns an IBuiltInFunction object that represents a built-in function that has a multi-type return value (for example, 'CAST', 'CONVERT' and IDENTITY' functions). The returned instance has its generic return type replaced by the specified ISystemDataType.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace