Partager via


Méthode PerspectiveKpiCollection.Add (String)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    id As String _
) As PerspectiveKpi
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveKpiCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices