DtsConnectionProperties.IPropertyPage.Setup(UIConnectionInfo) Method

Definition

Specifies the setup used in the property page of the Data Transformation Services (DTS) connection properties.

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

Parameters

info
UIConnectionInfo

The information of the DTS connection properties.

Implements

Applies to