Поделиться через


Метод KpiCollection.Add (String, String)

Creates and adds a Kpi, with the specified name and identifier, to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    name As String, _
    id As String _
) As Kpi
'Применение
Dim instance As KpiCollection 
Dim name As String 
Dim id As String 
Dim returnValue As Kpi 

returnValue = instance.Add(name, id)
public Kpi Add(
    string name,
    string id
)
public:
Kpi^ Add(
    String^ name, 
    String^ id
)
member Add : 
        name:string * 
        id:string -> Kpi
public function Add(
    name : String, 
    id : String
) : Kpi

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.Kpi
The zero-based index at which the Kpi has been added.

См. также

Справочник

KpiCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices