DataConnectionPromptDialog Class

Represents a dialog box that can prompt the user for information when a data connection is being opened.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Class DataConnectionPromptDialog _
    Inherits Form

Dim instance As DataConnectionPromptDialog
public class DataConnectionPromptDialog : Form
public ref class DataConnectionPromptDialog : public Form
public class DataConnectionPromptDialog extends Form

Remarks

An instance of this dialog box is driven by the DataConnectionSupport class instance that is being opened. It is the job of the DDEX Provider to update the ConnectionString property appropriately so when the dialog has exited the new connection string is set.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form
              Microsoft.VisualStudio.Data.DataConnectionPromptDialog

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataConnectionPromptDialog Members

Microsoft.VisualStudio.Data Namespace

DataConnection