IVsDataExplorerConnection.DisplayName 属性

获取或设置根节点的显示名称数据连接的。

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

语法

声明
Property DisplayName As String
string DisplayName { get; set; }
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
abstract DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

属性值

类型:System.String
根节点的字符串显示名称的连接。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间