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. | |
|
||||||||||||||||
|
Get the metric's display note content which represent the metrics' folders. This is only for MSAS2005
|
|
|
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).
|
|
||||||||||||||||
|
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).
|