SqlConnectionProperties.Load(UIConnectionInfo) Method

Definition

Loads the information from a specified CI into the UI elements of the control.

public:
 virtual void Load(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public void Load (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member Load : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
override this.Load : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
Public Sub Load (ci As UIConnectionInfo)

Parameters

ci
UIConnectionInfo

The information of the connection.

Implements

Applies to