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

情報のつながりを表します。

返品

レポートマネージャーの項目です。

適用対象