IBuiltInFunctionLookup.GetMultiTypeBuiltInFunction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SqlServer.Management.SqlParser.Metadata.IBuiltInFunction GetMultiTypeBuiltInFunction (string name, Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType dataType);
abstract member GetMultiTypeBuiltInFunction : string * Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType -> Microsoft.SqlServer.Management.SqlParser.Metadata.IBuiltInFunction
Public Function GetMultiTypeBuiltInFunction (name As String, dataType As ISystemDataType) As IBuiltInFunction
Parameters
- name
- String
- dataType
- ISystemDataType