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