Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.8 KB

win32-rdmsdeploymentsettings-setconnectionstring.md

File metadata and controls

80 lines (48 loc) · 1.8 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
SetConnectionString method of the Win32_RDMSDeploymentSettings class
Sets the deployment-level database connection string.
c8902ab9-72a6-4d69-ab22-f6074205deb4
multiple
SetConnectionString method Remote Desktop Services
SetConnectionString method Remote Desktop Services , Win32_RDMSDeploymentSettings class
Win32_RDMSDeploymentSettings class Remote Desktop Services , SetConnectionString method
apiref
Win32_RDMSDeploymentSettings.SetConnectionString
RDMS.dll
COM
reference
05/31/2018

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