Cube Constructor (Cube)
Initializes a new instance of the Cube class based on another Cube object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
template As Cube _
)
'Usage
Dim template As Cube
Dim instance As New Cube(template)
protected Cube(
Cube template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.CubeThe object to copy.