DtsConnectionProperties.IPropertyPage.Load(UIConnectionInfo) Method

Definition

Loads the property page of the Data Transformation Services (DTS) connection properties.

 virtual void Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Load(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ info) = Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage::Load;
void IPropertyPage.Load (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo info);
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Load : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage.Load : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> unit
Sub Load (info As UIConnectionInfo) Implements IPropertyPage.Load

Parameters

info
UIConnectionInfo

The information of the DTS connection properties.

Implements

Applies to