Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents the managed and/or unmanaged type identification of a data type.
Schema Hierarchy
ManagementPack
  TypeDefinitions
    DataTypes
      DataType
        Implementation (DataType)
Syntax
<Implementation>
   <Assembly>Strong-named assembly</Assembly>
   <Type>Assembly type name</Type>
   <ClassID>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ClassID>
</Implementation>
Attributes and Elements
The following sections describe attributes, child elements, and parent element of the Implementation element.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| Required element if the data type is defined in managed code. Represents the strong-named, fully qualified assembly name in which the data type object is defined. | |
| Required element if the data type is defined in managed code. Represents the type name of the data type object. | |
| Required element if the data type is defined in unmanaged code. Represents the class identifier of the data type COM object. | 
Parent Elements
| Element | Description | 
|---|---|
| Represents a data type definition in a management pack. | 
Remarks
For an example of how the Implementation element is expressed in a management pack, see DataType.
Note
Custom data type creation is not supported in Operations Manager 2007 R2.