ConnectionDialog.ShowDialogCollectValues 方法

定義

顯示對話方塊來收集連接的值。

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

參數

parent
IWin32Window

父項的 IWin32Window 物件。

ci
UIConnectionInfo

連接的資訊。

傳回

DialogResult

為連接收集的值。

適用於