SqlScriptEditorControl.MultiServerPropertiesDisplay.SetChildState Method

Definition

Sets the state for a child connection.

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

Parameters

childInfo
UIConnectionInfo

The connection information for the connection to update.

state
String

The new state.

Implements

Applies to