Share via


KpiCollection.Add Method

Creates and adds a Kpi to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As Kpi
'Usage
Dim instance As KpiCollection 
Dim returnValue As Kpi 

returnValue = instance.Add()
public Kpi Add()
public:
Kpi^ Add()
member Add : unit -> Kpi
public function Add() : Kpi

Return Value

Type: Microsoft.AnalysisServices.Kpi
A new, empty Kpi.

See Also

Reference

KpiCollection Class

Add Overload

Microsoft.AnalysisServices Namespace