共用方式為


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]

Broker 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