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 assembly and type information of a module type definition.
Schema Hierarchy
ManagementPack
  TypeDefinitions
    ModuleTypes
      DataSourceModuleType
        ModuleImplementation (DataSourceModuleType)
          Managed (DataSourceModuleType)
Syntax
<Managed>   <Assembly>Assembly Name</Assembly>   <Type>Type Name</Type>
</Managed>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the Managed element.
Attributes
None.
Child Elements
| Element | Description | 
|---|---|
| Required element. Represents the assembly name in which a module type is defined. | |
| Required element. Represents the type name of a module type. | 
Parent Elements
| Element | Description | 
|---|---|
| Defines the implementation type for native or managed module type definitions and defines the composite elements for composite module type definitions. | 
Remarks
Currently, the creation of managed code modules is not supported. Instead, you can create composite modules by wrapping other native, managed, or composite modules. For more information about the structure of composite modules, see Composite (DataSourceModuleType).
See Also
Reference
Composite (DataSourceModuleType)
ModuleImplementation (DataSourceModuleType)