PerspectiveKpiCollection.Item-Eigenschaft (Int32)

Gets the PerspectiveKpi at the specified index from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PerspectiveKpi 
    Get
'Usage
Dim instance As PerspectiveKpiCollection 
Dim index As Integer 
Dim value As PerspectiveKpi 

value = instance(index)

Parameter

Eigenschaftswert

Typ: Microsoft.AnalysisServices.PerspectiveKpi
The PerspectiveKpi at the specified index.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Siehe auch

Verweis

PerspectiveKpiCollection Klasse

Item-Überladung

Microsoft.AnalysisServices-Namespace