共用方式為


ManagementPackVerificationResult Constructor (VerificationResultCategory, VerificationResultCode, ExtensionIdentifier)

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

Initializes a new instance of the ManagementPackVerificationResult class by using the specified result category, result code, and result source parameters.

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

Usage

'Usage
Dim resultCategory As VerificationResultCategory
Dim resultCode As VerificationResultCode
Dim resultSource As ExtensionIdentifier

Dim instance As New ManagementPackVerificationResult(resultCategory, resultCode, resultSource)

Syntax

'Declaration
Public Sub New ( _
    resultCategory As VerificationResultCategory, _
    resultCode As VerificationResultCode, _
    resultSource As ExtensionIdentifier _
)
public ManagementPackVerificationResult (
    VerificationResultCategory resultCategory,
    VerificationResultCode resultCode,
    ExtensionIdentifier resultSource
)
public:
ManagementPackVerificationResult (
    VerificationResultCategory resultCategory, 
    VerificationResultCode^ resultCode, 
    ExtensionIdentifier^ resultSource
)
public ManagementPackVerificationResult (
    VerificationResultCategory resultCategory, 
    VerificationResultCode resultCode, 
    ExtensionIdentifier resultSource
)
public function ManagementPackVerificationResult (
    resultCategory : VerificationResultCategory, 
    resultCode : VerificationResultCode, 
    resultSource : ExtensionIdentifier
)

Parameters

  • resultCategory
    The result category.
  • resultCode
    The short description for the result.
  • resultSource
    The source object that produces the result.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

See Also

Reference

ManagementPackVerificationResult Class
ManagementPackVerificationResult Members
Microsoft.EnterpriseManagement.Configuration.Verification Namespace