Freigeben über


KpiCollection.Add-Methode

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

Rückgabewert

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

Siehe auch

Verweis

KpiCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace