IStoredProcedureFactory Interface
Defines methods that can be used to create stored procedure objects.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface IStoredProcedureFactory
'Usage
Dim instance As IStoredProcedureFactory
public interface IStoredProcedureFactory
public interface class IStoredProcedureFactory
type IStoredProcedureFactory = interface end
public interface IStoredProcedureFactory
The IStoredProcedureFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an IMutableStoredProcedure object that belongs to the specified ISchema object and has the specified name. |
Top