SQLDestinationConnectionPage Class

Definition

public ref class SQLDestinationConnectionPage : Microsoft::DataTransformationServices::DataFlowUI::DestinationConnectionPageWithTableOrViewOnly
[Microsoft.SqlServer.Dts.Design.HelpContext("sql13.dts.designer.sqlserverdestadapter.connection.f1")]
public class SQLDestinationConnectionPage : Microsoft.DataTransformationServices.DataFlowUI.DestinationConnectionPageWithTableOrViewOnly
[<Microsoft.SqlServer.Dts.Design.HelpContext("sql13.dts.designer.sqlserverdestadapter.connection.f1")>]
type SQLDestinationConnectionPage = class
    inherit DestinationConnectionPageWithTableOrViewOnly
Public Class SQLDestinationConnectionPage
Inherits DestinationConnectionPageWithTableOrViewOnly
Inheritance
Attributes

Constructors

SQLDestinationConnectionPage()

Fields

buttonPreview (Inherited from DestinationConnectionPageWithTableOrViewOnly)
connectionComboBox (Inherited from DestinationConnectionPageWithTableOrViewOnly)
designMode (Inherited from DestinationConnectionPageWithTableOrViewOnly)
errorReportingService (Inherited from DestinationConnectionPageWithTableOrViewOnly)
serviceProvider (Inherited from DestinationConnectionPageWithTableOrViewOnly)
tableOrViewComboBox (Inherited from DestinationConnectionPageWithTableOrViewOnly)
userPromptService (Inherited from DestinationConnectionPageWithTableOrViewOnly)

Properties

DtsDesignMode (Inherited from DestinationConnectionPageWithTableOrViewOnly)
ServiceProvider (Inherited from DestinationConnectionPageWithTableOrViewOnly)

Methods

buttonPreview_Click(Object, EventArgs) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
CancelPage() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
Dispose(Boolean) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
FireTableSelectedIndexChanged() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
FireValidationChangedEvent() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
HidePage() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
HidePage(String) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
InitializePage(Control) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
LoadConnectionProperties(ConnectionAttributesEventArgs) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
MappedColumnsExist() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
OnConnectionChanged()
ResetTablesList() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
SaveConnectionProperties(ConnectionAttributesEventArgs) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
SavePage() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
SavePage(Boolean, String) (Inherited from DestinationConnectionPageWithTableOrViewOnly)
ShowPage() (Inherited from DestinationConnectionPageWithTableOrViewOnly)
ValidateConnPage(String)
ValidatePage(String) (Inherited from DestinationConnectionPageWithTableOrViewOnly)

Events

GetCreateTableDDL (Inherited from DestinationConnectionPageWithTableOrViewOnly)
GetExternalColumnsForPreview (Inherited from DestinationConnectionPageWithTableOrViewOnly)
HaveMappedColumns (Inherited from DestinationConnectionPageWithTableOrViewOnly)
LoadConnectionAttributes (Inherited from DestinationConnectionPageWithTableOrViewOnly)
SaveConnectionAttributes (Inherited from DestinationConnectionPageWithTableOrViewOnly)
ValidationStateChanged (Inherited from DestinationConnectionPageWithTableOrViewOnly)

Applies to