IsDbReachable method of the Win32_SessionBrokerServiceProperties class

Checks if the database is reachable.

Syntax

uint32 IsDbReachable(
  [in] string connStringToDb,
  [in] string connSecondaryStringToDb,
  [in] string activeBrokerName
);

Parameters

connStringToDb [in]

The connection string to the database.

connSecondaryStringToDb [in]

Secondary connection string to the central database.

Windows Server 2012 R2 and Windows Server 2012: This parameter is not available before Windows Server 2016.

activeBrokerName [in]

Active broker name.

Windows Server 2012 R2 and Windows Server 2012: This parameter is not available before Windows Server 2016.

Requirements

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

See also

Win32_SessionBrokerServiceProperties