你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IImportFrom.ImportFrom 方法

定义

重载

ImportFrom(String)
ImportFrom(IStorageAccount, String, String)

ImportFrom(String)

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithStorageTypeAndKey ImportFrom (string storageUri);
abstract member ImportFrom : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithStorageTypeAndKey
Public Function ImportFrom (storageUri As String) As IWithStorageTypeAndKey

参数

storageUri
String

要使用的存储 URI。

返回

适用于

ImportFrom(IStorageAccount, String, String)

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword ImportFrom (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount, string containerName, string fileName);
abstract member ImportFrom : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount * string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword
Public Function ImportFrom (storageAccount As IStorageAccount, containerName As String, fileName As String) As IWithAuthenticationTypeAndLoginPassword

参数

storageAccount
IStorageAccount

要使用的现有存储帐户。

containerName
String

存储帐户中要使用的容器名称。

fileName
String

导出的数据库文件名。

返回

适用于