Метод KpiCollection.Add (Kpi)
Adds a Kpi to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As Kpi _
) As Integer
'Применение
Dim instance As KpiCollection
Dim item As Kpi
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Kpi item
)
public:
int Add(
Kpi^ item
)
member Add :
item:Kpi -> int
public function Add(
item : Kpi
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.Kpi
The Kpi to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the Kpi has been added.