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


Метод PerspectiveKpiCollection.Add (String)

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

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

Синтаксис

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

returnValue = instance.Add(id)
public PerspectiveKpi Add(
    string id
)
public:
PerspectiveKpi^ Add(
    String^ id
)
member Add : 
        id:string -> PerspectiveKpi
public function Add(
    id : String
) : PerspectiveKpi

Параметры

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

Тип: Microsoft.AnalysisServices.PerspectiveKpi
The PerspectiveKpi that has been added.

См. также

Справочник

PerspectiveKpiCollection Класс

Перегрузка Add

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