IVsDataConnectionDialog.CreateNewConnection 属性

获取或设置指示是否的 Boolean 值应创建新连接。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Property CreateNewConnection As Boolean
bool CreateNewConnection { get; set; }
property bool CreateNewConnection {
    bool get ();
    void set (bool value);
}
abstract CreateNewConnection : bool with get, set
function get CreateNewConnection () : boolean
function set CreateNewConnection (value : boolean)

属性值

类型:System.Boolean
指示是否的 Boolean 值应创建新连接。

.NET Framework 安全性

请参见

参考

IVsDataConnectionDialog 接口

Microsoft.VisualStudio.Data.Services 命名空间