ManagementPackModuleType.VerifyDataTypeReference Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Verifies a single data type reference.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim datatype As ManagementPackElementReference(Of ManagementPackDataType)
Dim optional As Boolean
Dim returnValue As IList(Of ManagementPackVerificationResult)
returnValue = Me.VerifyDataTypeReference(datatype, optional)
Syntax
'Declaration
Protected Function VerifyDataTypeReference ( _
datatype As ManagementPackElementReference(Of ManagementPackDataType), _
optional As Boolean _
) As IList(Of ManagementPackVerificationResult)
protected IList<ManagementPackVerificationResult> VerifyDataTypeReference (
ManagementPackElementReference<ManagementPackDataType> datatype,
bool optional
)
protected:
IList<ManagementPackVerificationResult^>^ VerifyDataTypeReference (
ManagementPackElementReference<ManagementPackDataType^>^ datatype,
bool optional
)
protected IList<ManagementPackVerificationResult> VerifyDataTypeReference (
ManagementPackElementReference<ManagementPackDataType> datatype,
boolean optional
)
protected function VerifyDataTypeReference (
datatype : ManagementPackElementReference<ManagementPackDataType>,
optional : boolean
) : IList<ManagementPackVerificationResult>
Parameters
- datatype
The data type of the management pack element.
- optional
A flag that gives true or false.
Return Value
A collection of ManagementPackVerificationResult objects.
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
ManagementPackModuleType Class
ManagementPackModuleType Members
Microsoft.EnterpriseManagement.Configuration Namespace