SetSBDbConnectionStrings method of the Win32_SessionBrokerServiceProperties class

Saves DB connection strings, both primary and secondary, in the registry.

Syntax

uint32 SetSBDbConnectionStrings(
  [in] string connStringToCentralDBRdcms,
  [in] string secondaryConnStringToCentralDBRdcms
);

Parameters

connStringToCentralDBRdcms [in]

The primary connection string.

secondaryConnStringToCentralDBRdcms [in]

The secondary connection string.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\CIMv2\TerminalServices
MOF
TssdWmi.mof
DLL
RDMS.dll

See also

Win32_SessionBrokerServiceProperties