Метод CalculationPropertyCollection.Add (String)

Creates and adds a CalculationProperty with the specified identifier to the end of the collection.

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

Синтаксис

'Декларация
Public Function Add ( _
    calculationReference As String _
) As CalculationProperty
'Применение
Dim instance As CalculationPropertyCollection 
Dim calculationReference As String 
Dim returnValue As CalculationProperty 

returnValue = instance.Add(calculationReference)
public CalculationProperty Add(
    string calculationReference
)
public:
CalculationProperty^ Add(
    String^ calculationReference
)
member Add : 
        calculationReference:string -> CalculationProperty
public function Add(
    calculationReference : String
) : CalculationProperty

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.CalculationProperty
The zero-based index at which the CalculationProperty has been added.

См. также

Справочник

CalculationPropertyCollection Класс

Перегрузка Add

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