Share via


MDX.ParallelPeriod Method

Runs the Multidimensional Expressions (MDX) ParallelPeriod function.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Shared Function ParallelPeriod ( _
    ParamArray parameters As Object() _
) As Member
public static Member ParallelPeriod (
    params Object[] parameters
)
public:
static Member^ ParallelPeriod (
    ... array<Object^>^ parameters
)
public static Member ParallelPeriod (
    Object[] parameters
)
public static function ParallelPeriod (
    ... parameters : Object[]
) : Member

Parameters

  • parameters

Return Value

A member that lies in a parallel period.

Remarks

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

Parameter

Value

params[0]

(Optional) The level of the member to be returned. The default is the level of the parent of the member.

params[1]

(Optional) The number of members to lag the period. The default is 1.

params[2]

(Optional) The member from which to calculate the parallel period. If the level was not specified, the default for params[2] will be Time.CurrentMember. If the level was specified, the default for params[2] will be params[0].Dimension.CurrentMember.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace