SetConnectionString method of the Win32_RDMSDeploymentSettings class

Sets the deployment-level database connection string.

Syntax

uint32 SetConnectionString(
  [in] string ConnectionString
);

Parameters

ConnectionString [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