IUserDefinedFunctionFactory Interface

Defines methods that can be used to create user-defined function objects.

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

Syntax

'Declaration
Public Interface IUserDefinedFunctionFactory
'Usage
Dim instance As IUserDefinedFunctionFactory
public interface IUserDefinedFunctionFactory
public interface class IUserDefinedFunctionFactory
type IUserDefinedFunctionFactory =  interface end
public interface IUserDefinedFunctionFactory

The IUserDefinedFunctionFactory type exposes the following members.

Methods

  Name Description
Public method CreateScalarValuedFunction Creates an IScalarValuedFunction object that belongs to the specified ISchema object and has the specified name.
Public method CreateTableValuedFunction Creates an ITableValuedFunction object that belongs to the specified ISchema object and has the specified name.

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace