DtsConnectionProperties.IPropertyPage.Load Method

Loads 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 Load ( _
    info As UIConnectionInfo _
) Implements IPropertyPage.Load
'Usage
Dim instance As DtsConnectionProperties 
Dim info As UIConnectionInfo 

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

Parameters

Implements

IPropertyPage.Load(UIConnectionInfo)

See Also

Reference

DtsConnectionProperties Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace