This topic has not yet been rated - Rate this topic

MDX.Generate Method

Runs the Multidimensional Expressions (MDX) Generate function on a set.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
public static MDXValue Generate(
	Set set,
	params Object[] parameters
)

Parameters

set
Type: Microsoft.AnalysisServices.AdomdServer.Set
The set to be evaluated.
parameters
Type: System.Object[]
The parameters to be used when performing the generation function.

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.MDXValue
A set or an optional delimited string.

params can be set to one of the values shown in the following table.

Parameter

Value

params[0]

params[1]

params[0] contains the set to apply.

(Optional) params[1] contains ALL.

params[0]

params[1]

params[0] contains a string expression.

(Optional) params[1] contains the delimiter string.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.