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