DataExplorerConnectionManager.PromptAndAddConnection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提示用户输入和添加一个新的 DataExplorerConnection 对象实例。
public:
abstract Microsoft::VisualStudio::Data::DataExplorerConnection ^ PromptAndAddConnection();
public abstract Microsoft.VisualStudio.Data.DataExplorerConnection PromptAndAddConnection ();
abstract member PromptAndAddConnection : unit -> Microsoft.VisualStudio.Data.DataExplorerConnection
Public MustOverride Function PromptAndAddConnection () As DataExplorerConnection
返回
DataExplorerConnection如果已存在具有等效设置的连接,则返回表示新的数据连接 (或现有连接的对象实例) 。