IReportsManager.GetMenuItems(INodeInformation) 메서드

정의

보고서 관리자에서 항목을 검색합니다.

public:
 Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IWinformsMenuHandler ^ GetMenuItems(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ node);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IWinformsMenuHandler GetMenuItems (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation node);
abstract member GetMenuItems : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IWinformsMenuHandler
Public Function GetMenuItems (node As INodeInformation) As IWinformsMenuHandler

매개 변수

node
INodeInformation

정보의 연결을 나타냅니다.

반환

보고서 관리자에 있는 항목입니다.

적용 대상