Udostępnij za pośrednictwem


Właściwość CalculationPropertyCollection.Item (String)

Pobiera CalculationProperty, z określonym identyfikatorem, z kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    calculationReference As String _
) As CalculationProperty
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.AnalysisServices.CalculationProperty
CalculationProperty Określony przez identyfikator.

Wyjątki

Wyjątek Warunek
ArgumentNullException

calculationReferencejest odwołaniem do wartości null (nic nie w języku Visual Basic).

ItemNotFoundException

calculationReferencenie istnieje kolekcja.