Share via


Cube.Version property

Gets or sets the major version of the software on the server that hosts the cube.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property Version As Integer
    Get
    Set
'Usage
Dim instance As Cube
Dim value As Integer

value = instance.Version

instance.Version = value
public int Version { get; set; }

Property value

Type: System.Int32
The major version of the software on the server that hosts the cube.

Remarks

Version returns 0 if the dimension is part of a non-OLAP data source.

See also

Reference

Cube class

Cube members

Microsoft.PerformancePoint.Scorecards namespace