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