Win32_SessionBrokerServiceProperties 类的 SetBrokerHAMode 方法

将数据从本地 WID 数据库迁移到新的基于 SQL Server 的数据库。 它还将代理服务器配置为使用中央 SQL Server。

语法

uint32 SetBrokerHAMode(
  [in] string connStringToCentralDBRdcms,
  [in] string secondaryConnStringToCentralDBRdcms,
  [in] string brokerDnsRRName,
  [in] string activeBrokerName
);

参数

connStringToCentralDBRdcms [in]

指向中央数据库的连接字符串。

secondaryConnStringToCentralDBRdcms [in]

中央数据库的辅助连接字符串。

Windows Server 2012 R2 和 Windows Server 2012:此参数在Windows Server 2016之前不可用。

brokerDnsRRName [in]

代理 DNS 名称。

activeBrokerName [in]

活动代理名称。

Windows Server 2012 R2 和 Windows Server 2012:此参数在Windows Server 2016之前不可用。

要求

要求
最低受支持的客户端
无受支持的版本
最低受支持的服务器
Windows Server 2012
命名空间
Root\CIMv2\TerminalServices
MOF
TssdWmi.mof
DLL
TssdWmi.dll

另请参阅

Win32_SessionBrokerServiceProperties