IDatabaseFactory Interface
Defines methods that are used to create database objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Create(IDatabase^) | Creates an IMutableDatabase object that is a clone of the specified IDatabase object. |
![]() | Create(IServer^, String^, CollationInfo^) | Creates an IMutableDatabase object that belongs to the specified IServer object and has the specified name. |
![]() | CreateEmptyDatabase(IServer^, String^, CollationInfo^, Boolean) | Creates an empty IDatabase object (all collections are empty). |
Show:
