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

情報の接続を表します。

戻り値

レポート マネージャー内のアイテムです。

適用対象