Share via


ISchemaFactory.Create 메서드 (IDatabase, String)

Creates an IMutableSchema object that belongs to the specified IDatabase object and has the specified name.

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

구문

‘선언
Function Create ( _
    database As IDatabase, _
    name As String _
) As IMutableSchema
‘사용 방법
Dim instance As ISchemaFactory 
Dim database As IDatabase 
Dim name As String 
Dim returnValue As IMutableSchema 

returnValue = instance.Create(database, _
    name)
IMutableSchema Create(
    IDatabase database,
    string name
)
IMutableSchema^ Create(
    IDatabase^ database, 
    String^ name
)
abstract Create : 
        database:IDatabase * 
        name:string -> IMutableSchema
function Create(
    database : IDatabase, 
    name : String
) : IMutableSchema

매개 변수

  • name
    유형: System.String
    The name of the schema object to create.

반환 값

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

참고 항목

참조

ISchemaFactory 인터페이스

Create 오버로드

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