Partager via


ManagementPackWriteActionModuleType.CheckVersionCompatibility Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Checks version compatibility of the old version of write action module type against the new version of the same write action module type.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackWriteActionModuleType
Dim newmoduletype As ManagementPackElement
Dim returnValue As IList(Of ManagementPackVerificationResult)

returnValue = instance.CheckVersionCompatibility(newmoduletype)

Syntax

'Declaration
Public Overrides Function CheckVersionCompatibility ( _
    newmoduletype As ManagementPackElement _
) As IList(Of ManagementPackVerificationResult)
public override IList<ManagementPackVerificationResult> CheckVersionCompatibility (
    ManagementPackElement newmoduletype
)
public:
virtual IList<ManagementPackVerificationResult^>^ CheckVersionCompatibility (
    ManagementPackElement^ newmoduletype
) override
public IList<ManagementPackVerificationResult> CheckVersionCompatibility (
    ManagementPackElement newmoduletype
)
public override function CheckVersionCompatibility (
    newmoduletype : ManagementPackElement
) : IList<ManagementPackVerificationResult>

Parameters

  • newmoduletype
    The new write action module type from the new version of the management pack to compare with. If it is null, it means that this element is absent in the new version of the management pack.

Return Value

A list of verification results.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackWriteActionModuleType Class
ManagementPackWriteActionModuleType Members
Microsoft.EnterpriseManagement.Configuration Namespace