MDDataSetBW.CreateObject
MDDataSetBW.CreateObject
Functions
The
CreateObjectmethod 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
CheckSyntaxmethod.
Parameters
- Import Parameter: CommandText
- Export parameter: DataSetID
- Export Parameter: Return
You can find additional information about the importance of individual parameters underParameters.
See also: