ManagementPack.GetLinkedReport(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the specified linked report that is defined in this management pack.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReport ^ GetLinkedReport(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport GetLinkedReport (string name);
member this.GetLinkedReport : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport
Public Function GetLinkedReport (name As String) As ManagementPackLinkedReport
Parameters
- name
- String
The name of the linked report to retrieve.
Returns
The specified linked report that is defined in this management pack.