Share via


OLAPQueryData.ReplaceCubeName Method (Microsoft.PerformancePoint.Scorecards)

The MDX statement may not be consistent with the data source. This method replaces the current cube name in the FROM <cube name> with the specified string.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub ReplaceCubeName ( _
    newCubeName As String _
)
'Usage
Dim instance As OLAPQueryData
Dim newCubeName As String

instance.ReplaceCubeName(newCubeName)
public void ReplaceCubeName (
    string newCubeName
)

Parameters

  • newCubeName
    The cube name as a string.

See Also

Reference

OLAPQueryData Class
OLAPQueryData Members
Microsoft.PerformancePoint.Scorecards Namespace