ERPConnect.BW.MDXExecuter
Namespace: ERPConnect.BW
Assembly: ERPConnectStandard20.dll
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MDXExecuter(R3Connection)
Constructs a MDXExecuter object
Parameters
Connection
R3Connection
Reference to a valid R3Connection object
Properties
Connection
Reference to a valid R3Connection object
Property Value
MDX
MDX statement
Property Value
MaxRows
Number of rows to maximal retrieved.
Property Value
PackageSize
Defines if the result is fetched in more than one data packet (set PackageSize to greater 0 to enable packaging)
Property Value
Result
Contains the resultset of the MDX execution
Property Value
UnitsInResultset
Gets or sets a value indicating whether the units of a measure are output into a separated column in the resultset
Property Value
UseFlattening
For internal use only! Do not use!!!!!
Property Value
UseFormattedValue
Defines whether the formatted value or the technical should be used (this can defined in BEX analyzer)
Property Value
UseMemberUniqueNamesInsteadOfCaption
For internal use only! Do not use!!!!!
Property Value
UseNewOlapBapis
Gets or sets a value indicating whether the new OLAP BAPIs should be used for the extraction (see SAP note 1232751)
Property Value
Methods
Execute()
Executes the current MDX statement and fills the Result table
DebuggingDetails
Event Type
MDXExecuter.OnDebuggingDetails
IncomingPackage
IncomingPackage is fired, when addtional data packages are fetched from SAP.