MDX.Generate Method
SQL Server 2012
Runs the Multidimensional Expressions (MDX) Generate function on a set.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
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.MDXValueA 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. |
