Share via


ISchemaFactory.Create Method (ISchema)

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

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

Syntax

'Declaration
Function Create ( _
    otherSchema As ISchema _
) As IMutableSchema
'Usage
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

Parameters