MonitoringLinkedReport.GetDerivedObject(ManagementPackLinkedReport) 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.
Converts a ManagementPackLinkedReport to a MonitoringLinkedReport, for backwards compatability
public:
virtual Microsoft::EnterpriseManagement::Configuration::MonitoringLinkedReport ^ GetDerivedObject(Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReport ^ clone);
public Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport GetDerivedObject (Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport clone);
abstract member GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport -> Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport
override this.GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport -> Microsoft.EnterpriseManagement.Configuration.MonitoringLinkedReport
Public Function GetDerivedObject (clone As ManagementPackLinkedReport) As MonitoringLinkedReport
Parameters
The clone
Returns
Returns MonitoringLinkedReport.