SqlScriptEditorControl.MultiServerPropertiesDisplay.SetChildVersion Method

Definition

Sets the server version for a child connection.

public:
 virtual void SetChildVersion(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ childInfo, Version ^ version);
public void SetChildVersion (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo childInfo, Version version);
abstract member SetChildVersion : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * Version -> unit
override this.SetChildVersion : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo * Version -> unit
Public Sub SetChildVersion (childInfo As UIConnectionInfo, version As Version)

Parameters

childInfo
UIConnectionInfo

The connection information for the connection to update.

version
Version

The server version.

Implements

Applies to