Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSTable8 Interface Reference

Inherits IDSSTable7.

List of all members.


Detailed Description

Extension of the IDSSTable7 interface.


Public Member Functions

HRESULT GetDisplayNodeContent ([in] BSTR iPath,[in]EnumDSSObjectType iObjType,[out, retval] IDSSFolder oppDisplayNode)
 Get the metric's display note content which represent the metrics' folders.
HRESULT MapPromptsToVariables ([in] IDSSCollection *iopObjectsToSave)
 Method to create or update Prompt objects corresponding to SAP HANA Input Parameters.
HRESULT MapPromptToVariable ([in] VARIANT *ipVariableSpec,[in, optional, defaultvalue(NULL)] IDSSPrompt *ipPrompt,[out, retval] IDSSPrompt oppPrompt)
 Method to map/set a Prompt object for an SAP HANA Input Parameter.


Member Function Documentation

HRESULT IDSSTable8::GetDisplayNodeContent [in] BSTR  iPath,
[in] EnumDSSObjectType  iObjType,
[out, retval] IDSSFolder   oppDisplayNode
 

Get the metric's display note content which represent the metrics' folders.

This is only for MSAS2005

Parameters:
iPath The node position in the metrics' folder hierachy
iObjType The object type user want to be returned in oppDisplayNode, Only DssTypeColumn/DssTypeMetric are acceptable.
oppDisplayNode The content of the node represent by the path

HRESULT IDSSTable8::MapPromptsToVariables [in] IDSSCollection iopObjectsToSave  ) 
 

Method to create or update Prompt objects corresponding to SAP HANA Input Parameters.

The resulting prompts are set as values of the Prompt property of a corresponding VariableInfo item in the VariableInfos collection of the Table. The Prompt objects created or updated are returned in a collection (such that the caller can e.g. save them). Currently only SAP HANA Input Parameters are supported (Variables are not supported yet).

Parameters:
iopObjectsToSave collection of objects that have been created or changed

HRESULT IDSSTable8::MapPromptToVariable [in] VARIANT *  ipVariableSpec,
[in, optional, defaultvalue(NULL)] IDSSPrompt ipPrompt,
[out, retval] IDSSPrompt   oppPrompt
 

Method to map/set a Prompt object for an SAP HANA Input Parameter.

Currently only SAP HANA Input Parameters are supported (Variables are not supported yet).

Parameters:
ipVariableSpec a specifier for the SAP HANA Variable. This can be:
  • a reference to the logical level VariableInfo object (IDSSMDXSAPVariableInfo)
  • a reference to the physical level SAP HANA Variable object (IDSSSAPHANAVariable)
  • a string representing the name of the Variable (not yet supported)
ipPrompt optional argument providing an existing Prompt object to be mapped
oppPrompt the resulted Prompt object


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.