DtsConnectionProperties.IPropertyPage.Save(UIConnectionInfo) Method

Definition

Saves the property page of the Data Transformation Services (DTS) connection properties.

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

Parameters

info
UIConnectionInfo

The information of the DTS connection properties.

Implements

Applies to