Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |