IPropertyPage.Load(UIConnectionInfo) Method

Definition

Loads the state of the property page from the connection information object.

public:
 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
Public Sub Load (ci As UIConnectionInfo)

Parameters

ci
UIConnectionInfo

The information of the connection.

Applies to