Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.