public static interface SqlServer.UpdateStages.WithDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
withNewDatabase(String databaseName)
Deprecated.
|
SqlServer.Update |
withoutDatabase(String databaseName)
Deprecated.
|
@Deprecated SqlServer.Update withNewDatabase(String databaseName)
databaseName - name of the database to be created@Deprecated SqlServer.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.
*/