Proprietà PerspectiveMeasureGroupCollection.Item (String)
Gets the PerspectiveMeasureGroup that has the specified identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
measureGroupId As String _
) As PerspectiveMeasureGroup
Get
'Utilizzo
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim value As PerspectiveMeasureGroup
value = instance(measureGroupId)
public PerspectiveMeasureGroup this[
string measureGroupId
] { get; }
public:
property PerspectiveMeasureGroup^ default[String^ measureGroupId] {
PerspectiveMeasureGroup^ get (String^ measureGroupId);
}
member Item : PerspectiveMeasureGroup
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- measureGroupId
Tipo: System.String
The identifier of the PerspectiveMeasureGroup to return.
Valore proprietà
Tipo: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup specified by the identifier.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | measureGroupID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | measureGroupID does not exist in the collection. |