DtsConnectionProperties.IPropertyPage.Setup Method

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

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Private Sub Setup ( _
    info As UIConnectionInfo _
) Implements IPropertyPage.Setup
'Usage
Dim instance As DtsConnectionProperties
Dim info As UIConnectionInfo

CType(instance, IPropertyPage).Setup(info)
void IPropertyPage.Setup(
    UIConnectionInfo info
)
private:
virtual void Setup(
    UIConnectionInfo^ info
) sealed = IPropertyPage::Setup
private abstract Setup : 
        info:UIConnectionInfo -> unit 
private override Setup : 
        info:UIConnectionInfo -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IPropertyPage.Setup(UIConnectionInfo)