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
- otherSchema
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISchema
The ISchema object to clone.
Return Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableSchema
The cloned IMutableSchema object.
See Also
Reference
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace