IVsDataExplorerConnectionManager.PromptAndAddConnection 方法

定义

使用 "连接" 对话框提示用户在服务器资源管理器中添加新连接。

public:
 Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ PromptAndAddConnection();
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection PromptAndAddConnection ();
abstract member PromptAndAddConnection : unit -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
Public Function PromptAndAddConnection () As IVsDataExplorerConnection

返回

IVsDataExplorerConnection

一个 IVsDataExplorerConnection 表示新的数据连接的对象。

适用于