Show TOC

MDDataSetBW.CreateObjectLocate this document in the navigation structure

MDDataSetBW.CreateObject

Functions

The
CreateObject
method for the MDDataSetBW Business object generates a runtime object for an MDX command in the CommandText.

It returns an object handle DataSetID as an export parameter. This handle must be specified as a parameter in subsequent calls relating to the generated object.

Notes

The syntax of the MDX command in the CommandText can then be checked using the
CheckSyntax
method.

Parameters

You can find additional information about the importance of individual parameters underParameters.

See also: