This topic has not yet been rated - Rate this topic

IBuiltInFunctionLookup Interface

Provides the ability to look up SQL Server built-in functions and system functions that start with two at signs (@@).

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

The IBuiltInFunctionLookup type exposes the following members.

  NameDescription
Public propertyAllBuiltInsGets a collection that contains all built-in functions and system functions that start with two at signs (@@).
Public propertyBuiltInFunctionsGets a collection that contains all SQL Server built-in functions.
Public propertyDatePartsGets a collection that contains all SQL Server built-in function date-part arguments.
Public propertyGlobalVariablesGets a collection that contains all SQL Server system functions that start with two at signs (@@).
Top
  NameDescription
Public methodGetMultiTypeBuiltInFunctionReturns an IBuiltInFunction object that represents a built-in function that has a multitype return value (such as a CAST, CONVERT or IDENTITY function). The IBuiltInFunction object returns the specified system data type instead of the generic return type.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.