IVsDataExplorerConnection.FindNode 方法 (String, Boolean)
根據其名稱的伺服器總管中擷取連接節點。 或者,尚未填入的搜尋未展開的節點。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function FindNode ( _
fullName As String, _
searchUnpopulatedChildren As Boolean _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
string fullName,
bool searchUnpopulatedChildren
)
IVsDataExplorerNode^ FindNode(
String^ fullName,
bool searchUnpopulatedChildren
)
abstract FindNode :
fullName:string *
searchUnpopulatedChildren:bool -> IVsDataExplorerNode
function FindNode(
fullName : String,
searchUnpopulatedChildren : boolean
) : IVsDataExplorerNode
參數
fullName
類型:String取得的連接節點的名稱。
searchUnpopulatedChildren
類型:Boolean指出是否 Boolean 值從搜尋未展開因此填入的節點。
傳回值
類型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
表示在伺服器總管中 IVsDataExplorerNode 物件需要的連接節點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。