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

Database interface

有关单个数据库的信息

属性

collation

数据库的排序规则名称

compatibilityLevel

数据库的 SQL Server 兼容性级别

databaseState

数据库的状态

fqdn

完全限定名称

id

数据库的唯一标识符

installId

数据库的安装 ID

name

数据库的名称

serverCoreCount

服务器上的核心数

serverDefaultBackupPath

备份文件夹的默认路径

serverDefaultDataPath

数据文件的默认路径

serverDefaultLogPath

日志文件的默认路径

serverEdition

服务器版本

serverId

唯一的服务器 ID

serverLevel

服务器的产品级别(RTM、SP、CTP)。

serverName

服务器名称

serverVersion

服务器版本

serverVisibleOnlineCoreCount

服务器上具有 VISIBLE ONLINE 状态的内核数

属性详细信息

collation

数据库的排序规则名称

collation?: string

属性值

string

compatibilityLevel

数据库的 SQL Server 兼容性级别

compatibilityLevel?: string

属性值

string

databaseState

数据库的状态

databaseState?: string

属性值

string

fqdn

完全限定名称

fqdn?: string

属性值

string

id

数据库的唯一标识符

id?: string

属性值

string

installId

数据库的安装 ID

installId?: string

属性值

string

name

数据库的名称

name?: string

属性值

string

serverCoreCount

服务器上的核心数

serverCoreCount?: number

属性值

number

serverDefaultBackupPath

备份文件夹的默认路径

serverDefaultBackupPath?: string

属性值

string

serverDefaultDataPath

数据文件的默认路径

serverDefaultDataPath?: string

属性值

string

serverDefaultLogPath

日志文件的默认路径

serverDefaultLogPath?: string

属性值

string

serverEdition

服务器版本

serverEdition?: string

属性值

string

serverId

唯一的服务器 ID

serverId?: string

属性值

string

serverLevel

服务器的产品级别(RTM、SP、CTP)。

serverLevel?: string

属性值

string

serverName

服务器名称

serverName?: string

属性值

string

serverVersion

服务器版本

serverVersion?: string

属性值

string

serverVisibleOnlineCoreCount

服务器上具有 VISIBLE ONLINE 状态的内核数

serverVisibleOnlineCoreCount?: number

属性值

number