Language

ADONETDestinationConnectionPage Class

Definition

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

Constructors

Name Description
ADONETDestinationConnectionPage()

Fields

Name Description
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

Name Description
DtsDesignMode (Inherited from DestinationConnectionPageWithTableOrViewOnly)
ServiceProvider (Inherited from DestinationConnectionPageWithTableOrViewOnly)
UseBulkInsert

Methods

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

Events

Name Description
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