Managed (DataSourceModuleType)

System Center

Updated: May 18, 2012

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

Represents the assembly and type information of a module type definition.


<Managed>   <Assembly>Assembly Name</Assembly>   <Type>Type Name</Type>
</Managed>

The following sections describe attributes, child elements, and the parent element of the Managed element.

Attributes

None.

Child Elements

 

Element Description

Assembly (DataSourceModuleType)

Required element. Represents the assembly name in which a module type is defined.

Type (DataSourceModuleType)

Required element. Represents the type name of a module type.

Parent Elements

 

Element Description

ModuleImplementation (DataSourceModuleType)

Defines the implementation type for native or managed module type definitions and defines the composite elements for composite module type definitions.

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).

 
Show: