共用方式為


IVsDataExplorerChildNodeCollection.Item 屬性 (String)

取得具有指定名稱的連接節點在 [伺服器總管] 中。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Default Property Item ( _
    name As String _
) As IVsDataExplorerNode
IVsDataExplorerNode this[
    string name
] { get; }
property IVsDataExplorerNode^ default[String^ name] {
    IVsDataExplorerNode^ get (String^ name);
}
abstract Item : 
        name:string -> IVsDataExplorerNode with get
JScript 不支援索引屬性。

參數

  • name
    類型:String

    擷取的連接節點的名稱在 [伺服器總管] 中。

屬性值

類型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
IVsDataExplorerNode 物件包含節點連結至需求或 nullnull 參考 (即 Visual Basic 中的 Nothing) ,如果找不到連接節點。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerChildNodeCollection 介面

Item 多載

Microsoft.VisualStudio.Data.Services 命名空間