다음을 통해 공유


IStoredProcedureFactory.Create 메서드

Creates an IMutableStoredProcedure object that belongs to the specified ISchema object and has the specified name.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function Create ( _
    schema As ISchema, _
    name As String _
) As IMutableStoredProcedure
‘사용 방법
Dim instance As IStoredProcedureFactory 
Dim schema As ISchema 
Dim name As String 
Dim returnValue As IMutableStoredProcedure 

returnValue = instance.Create(schema, _
    name)
IMutableStoredProcedure Create(
    ISchema schema,
    string name
)
IMutableStoredProcedure^ Create(
    ISchema^ schema, 
    String^ name
)
abstract Create : 
        schema:ISchema * 
        name:string -> IMutableStoredProcedure
function Create(
    schema : ISchema, 
    name : String
) : IMutableStoredProcedure

매개 변수

  • name
    유형: System.String
    The name of the stored procedure to create.

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableStoredProcedure
An IMutableStoredProcedure object that belongs to the specified ISchema object and has the specified name.

참고 항목

참조

IStoredProcedureFactory 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스