Condividi tramite


Proprietà CalculationPropertyCollection.Item (String)

Gets the CalculationProperty with 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 ( _
    calculationReference As String _
) As CalculationProperty 
    Get
'Utilizzo
Dim instance As CalculationPropertyCollection 
Dim calculationReference As String 
Dim value As CalculationProperty 

value = instance(calculationReference)
public CalculationProperty this[
    string calculationReference
] { get; }
public:
property CalculationProperty^ default[String^ calculationReference] {
    CalculationProperty^ get (String^ calculationReference);
}
member Item : CalculationProperty
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty specified by the identifier.

Eccezioni

Eccezione Condizione
ArgumentNullException

calculationReference is a null reference (Nothing in Visual Basic).

ItemNotFoundException

calculationReference does not exist in the collection.

Vedere anche

Riferimento

CalculationPropertyCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices