Represents the assembly and type information of a module type definition.
Schema
Hierarchy
TypeDefinitions
ModuleTypes
DataSourceModuleType
ModuleImplementation (DataSourceModuleType)
Managed
Syntax
Xml |
---|
<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).