FunctionDefinitionFactory.CreateScalarFactory 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 static Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.FunctionDefinitionFactory CreateScalarFactory(Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlScalarFunctionReturnType returnType, System.Collections.Generic.List<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlModuleOption> options, Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlFunctionBodyDefinition bodyDefinition);
static member CreateScalarFactory : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlScalarFunctionReturnType * System.Collections.Generic.List<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlModuleOption> * Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlFunctionBodyDefinition -> Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.FunctionDefinitionFactory
Public Shared Function CreateScalarFactory (returnType As SqlScalarFunctionReturnType, options As List(Of SqlModuleOption), bodyDefinition As SqlFunctionBodyDefinition) As FunctionDefinitionFactory
Parameters
- returnType
- SqlScalarFunctionReturnType
- options
- List<SqlModuleOption>
- bodyDefinition
- SqlFunctionBodyDefinition