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

ICosmosDBAccount.GetSqlDatabase(String) 方法

定义

public Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase GetSqlDatabase (string databaseName);
abstract member GetSqlDatabase : string -> Microsoft.Azure.Management.CosmosDB.Fluent.ISqlDatabase
Public Function GetSqlDatabase (databaseName As String) As ISqlDatabase

参数

databaseName
String

SQL 数据库的数据库名称。

返回

特定的 SQL 数据库。

适用于