Version

AddKeyPerformanceIndicator Method

Adds the key performance indicator to cube KPI's collection
Syntax
'Declaration
 
Protected Shared Sub AddKeyPerformanceIndicator( _
   ByVal cube As Cube, _
   ByVal keyPerformanceIndicator As KeyPerformanceIndicator _
) 
protected static void AddKeyPerformanceIndicator( 
   Cube cube,
   KeyPerformanceIndicator keyPerformanceIndicator
)

Parameters

cube
The cube in which the KPI will be added.
keyPerformanceIndicator
The key performance indicator.
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