| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
The entirety of database import operation definition.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey |
SqlDatabase.importBacpac(String storageUri)
Imports into the current database from a specified URI path; the current database must be empty.
|
SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey |
SqlDatabaseImportRequest.DefinitionStages.ImportFrom.importFrom(String storageUri) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/