SqlWorkbenchHierarchy.VSITEMID2Node 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| VSITEMID2Node(UInt32) | |
| VSITEMID2Node(UInt32, HierarchyNodeList) | |
| VSITEMID2Node(UInt32, ISqlToolsHierNode) |
VSITEMID2Node(UInt32)
protected:
Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ VSITEMID2Node(System::UInt32 itemid);
protected Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode VSITEMID2Node (uint itemid);
Protected Function VSITEMID2Node (itemid As UInteger) As ISqlToolsHierNode
參數
- itemid
- UInt32
傳回
適用於
VSITEMID2Node(UInt32, HierarchyNodeList)
protected:
void VSITEMID2Node(System::UInt32 itemid, Microsoft::SqlServer::Management::UI::VSIntegration::HierarchyNodeList ^ % rgNodeList);
protected void VSITEMID2Node (uint itemid, ref Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNodeList rgNodeList);
Protected Sub VSITEMID2Node (itemid As UInteger, ByRef rgNodeList As HierarchyNodeList)
參數
- itemid
- UInt32
- rgNodeList
- HierarchyNodeList
適用於
VSITEMID2Node(UInt32, ISqlToolsHierNode)
protected:
void VSITEMID2Node(System::UInt32 itemid, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ % ppNode);
protected void VSITEMID2Node (uint itemid, out Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode ppNode);
Protected Sub VSITEMID2Node (itemid As UInteger, ByRef ppNode As ISqlToolsHierNode)
參數
- itemid
- UInt32
- ppNode
- ISqlToolsHierNode