Version

Cube Constructor

Initializes a new instance of the Cube class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cubeName As String, _
   ByVal lastDataUpdate As Date, _
   ByVal lastSchemaUpdate As Date _
)
public Cube( 
   string cubeName,
   DateTime lastDataUpdate,
   DateTime lastSchemaUpdate
)

Parameters

cubeName
Name of the cube.
lastDataUpdate
Date and time that the data of the cube was last updated.
lastSchemaUpdate
Date and time that the metadata of the cube was last updated.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also