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