ISchemaFactory.Create 메서드 (ISchema)

Creates an IMutableSchema object that is a clone of the specified ISchema object.

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

구문

‘선언
Function Create ( _
    otherSchema As ISchema _
) As IMutableSchema
‘사용 방법
Dim instance As ISchemaFactory 
Dim otherSchema As ISchema 
Dim returnValue As IMutableSchema 

returnValue = instance.Create(otherSchema)
IMutableSchema Create(
    ISchema otherSchema
)
IMutableSchema^ Create(
    ISchema^ otherSchema
)
abstract Create : 
        otherSchema:ISchema -> IMutableSchema
function Create(
    otherSchema : ISchema
) : IMutableSchema

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableSchema
The cloned IMutableSchema object.

참고 항목

참조

ISchemaFactory 인터페이스

Create 오버로드

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