Свойство CalculationPropertyCollection.Item (String)

Gets the CalculationProperty with the specified identifier from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    calculationReference As String _
) As CalculationProperty 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty specified by the identifier.

Исключения

Исключение Условие
ArgumentNullException

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

ItemNotFoundException

calculationReference does not exist in the collection.

См. также

Справочник

CalculationPropertyCollection Класс

Перегрузка Item

Пространство имен Microsoft.AnalysisServices