Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- info
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The information of the DTS connection properties.
Implements
IPropertyPage.Load(UIConnectionInfo)