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

SyncAgentLinkedDatabase 类

定义

Azure SQL数据库同步代理链接数据库。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SyncAgentLinkedDatabase : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncAgentLinkedDatabase = class
    inherit ProxyResource
Public Class SyncAgentLinkedDatabase
Inherits ProxyResource
继承
SyncAgentLinkedDatabase
属性

构造函数

SyncAgentLinkedDatabase()

初始化 SyncAgentLinkedDatabase 类的新实例。

SyncAgentLinkedDatabase(String, String, String, String, String, String, String, String, String)

初始化 SyncAgentLinkedDatabase 类的新实例。

属性

DatabaseId

获取同步代理链接数据库的 ID。

DatabaseName

获取同步代理链接数据库的数据库名称。

DatabaseType

获取同步代理链接数据库的类型。 可能的值包括:“AzureSqlDatabase”、“SqlServerDatabase”

Description

获取同步代理链接数据库的说明。

Id

获取资源 ID。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
ServerName

获取同步代理链接数据库的服务器名称。

Type

获取资源类型。

(继承自 Resource)
UserName

获取同步代理链接数据库的用户名。

适用于