public static interface SqlServer.UpdateStages.WithDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
withNewDatabase(String databaseName)
Create new database in the SQL Server.
|
SqlServer.Update |
withoutDatabase(String databaseName)
Remove database from the SQL Server.
|
SqlServer.Update withNewDatabase(String databaseName)
databaseName - name of the database to be createdSqlServer.Update withoutDatabase(String databaseName)
databaseName - name of the database to be removed/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/