SqlScriptEditorControl.MultiServerPropertiesDisplay.SetChildLoginName Method

Definition

Sets the login name for a child connection.

public:
 void SetChildLoginName(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ childInfo, System::String ^ loginName);
public void SetChildLoginName (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo childInfo, string loginName);
member this.SetChildLoginName : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * string -> unit
Public Sub SetChildLoginName (childInfo As UIConnectionInfo, loginName As String)

Parameters

childInfo
UIConnectionInfo

The UIConnectionInfo object for the connection to update.

loginName
String

A string value that contains the new login name.

Applies to