Partager via


Méthode Add (PerspectiveKpi)

Adds a PerspectiveKpi to the end of the collection.

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

Syntaxe

'Déclaration
Public Function Add ( _
    item As PerspectiveKpi _
) As Integer
'Utilisation
Dim instance As PerspectiveKpiCollection
Dim item As PerspectiveKpi
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    PerspectiveKpi item
)
public:
int Add(
    PerspectiveKpi^ item
)
member Add : 
        item:PerspectiveKpi -> int 
public function Add(
    item : PerspectiveKpi
) : int

Valeur de retour

Type : System. . :: . .Int32
The zero-based index at which the PerspectiveKpi has been added.