Item-Eigenschaft (String)

Gets the PerspectiveKpi that has the specified identifier from the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    id As String _
) As PerspectiveKpi
    Get
'Usage
Dim instance As PerspectiveKpiCollection
Dim id As String
Dim value As PerspectiveKpi

value = instance(id)
public PerspectiveKpi this[
    string id
] { get; }
public:
property PerspectiveKpi^ default[String^ id] {
    PerspectiveKpi^ get (String^ id);
}
member Item : PerspectiveKpi
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.AnalysisServices. . :: . .PerspectiveKpi
The PerspectiveKpi specified by the identifier.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

kpiID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

kpiID does not exist in the collection.