DtsConnectionProperties.IPropertyPage.Save Method

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

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

Parameters

Implements

IPropertyPage.Save(UIConnectionInfo)