Proprietà Item (String)
Gets the MeasureGroupAttribute 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 ( _
attributeId As String _
) As MeasureGroupAttribute
Get
'Utilizzo
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim value As MeasureGroupAttribute
value = instance(attributeId)
public MeasureGroupAttribute this[
string attributeId
] { get; }
public:
property MeasureGroupAttribute^ default[String^ attributeId] {
MeasureGroupAttribute^ get (String^ attributeId);
}
member Item : MeasureGroupAttribute
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- attributeId
Tipo: System. . :: . .String
Valore proprietà
Tipo: Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
The MeasureGroupAttribute specified by the identifier.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | attributeID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | attributeID does not exist in the collection. |
Vedere anche