ISchemaFactory Interface
SQL Server 2012
Defines methods that can be used to create schema objects.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The ISchemaFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(ISchema) | Creates an IMutableSchema object that is a clone of the specified ISchema object. |
![]() | Create(IDatabase, String) | Creates an IMutableSchema object that belongs to the specified IDatabase object and has the specified name. |
![]() | CreateEmptySchema | Creates an empty ISchema object (all collections are empty). |

