SetSecondaryConnectionString method of the Win32_RDMSDeploymentSettings class

Sets the deployment level database secondary connection string.

Syntax

uint32 SetSecondaryConnectionString(
  [in] string SecondaryConnectionString
);

Parameters

SecondaryConnectionString [in]

The connection string to set

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\cimv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDMSDeploymentSettings