[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains the class ID of a native module type definition.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    ModuleTypes
      DataSourceModuleType
        ModuleImplementation (DataSourceModuleType)
          Native

Syntax

Xml
<Native>
   <ClassID>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</ClassID>
</Native>

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

ClassID (DataSourceModuleType)

Required element. Represents the class ID of a native module type definition.

Parent Elements

Element Description

ModuleImplementation (DataSourceModuleType)

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

Remarks

Important
The creation of native module types is currently unsupported.

See Also