ConnectionDialog.ShowDialogCollectValues Method

Definition

Shows a dialog to collect the values for the connection.

public:
 System::Windows::Forms::DialogResult ShowDialogCollectValues(System::Windows::Forms::IWin32Window ^ parent, Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ % ci);
public System.Windows.Forms.DialogResult ShowDialogCollectValues (System.Windows.Forms.IWin32Window parent, ref Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
member this.ShowDialogCollectValues : System.Windows.Forms.IWin32Window * UIConnectionInfo -> System.Windows.Forms.DialogResult
Public Function ShowDialogCollectValues (parent As IWin32Window, ByRef ci As UIConnectionInfo) As DialogResult

Parameters

parent
IWin32Window

A IWin32Window object for the parent.

ci
UIConnectionInfo

The information of the connection.

Returns

The collected values for the connection.

Applies to