Compartir a través de


PerspectiveKpiCollection.Add Método (String)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    id As String _
) As PerspectiveKpi
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.PerspectiveKpi
The PerspectiveKpi that has been added.

Vea también

Referencia

PerspectiveKpiCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices