DtsConnectionProperties Class

Definition

Represents the characteristics of a Data Transformation Services (DTS) connection.

public ref class DtsConnectionProperties : System::Windows::Forms::UserControl, Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.ssiseditserverregistration.connectionproperties.f1")]
public class DtsConnectionProperties : System.Windows.Forms.UserControl, Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.ssiseditserverregistration.connectionproperties.f1")>]
type DtsConnectionProperties = class
    inherit UserControl
    interface IPropertyPage
Public Class DtsConnectionProperties
Inherits UserControl
Implements IPropertyPage
Inheritance
DtsConnectionProperties
Attributes
Implements

Constructors

DtsConnectionProperties(IServerType)

Initializes a new instance of the DtsConnectionProperties class with the specified parent server.

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the DtsConnectionProperties and optionally releases the managed resources.

Explicit Interface Implementations

IPropertyPage.Load(UIConnectionInfo)

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

IPropertyPage.Save(UIConnectionInfo)

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

IPropertyPage.Setup(UIConnectionInfo)

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

IPropertyPage.Verify()

Verifies the content of the property page for the Data Transformation Services (DTS) connection.

Applies to