ManagementPack.GetComponentImplementation(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 component implementation from the management pack.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackComponentImplementation ^ GetComponentImplementation(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentImplementation GetComponentImplementation (string name);
member this.GetComponentImplementation : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackComponentImplementation
Public Function GetComponentImplementation (name As String) As ManagementPackComponentImplementation
Parameters
- name
- String
The name of the component implementation.
Returns
The specified component implementation.