Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- id
Type: System.String
The identifier of the PerspectiveKpi to return.
Property Value
Type: Microsoft.AnalysisServices.PerspectiveKpi
The PerspectiveKpi specified by the identifier.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | kpiID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | kpiID does not exist in the collection. |