Метод Add (CalculationProperty)
Adds a CalculationProperty to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As CalculationProperty _
) As Integer
'Применение
Dim instance As CalculationPropertyCollection
Dim item As CalculationProperty
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
CalculationProperty item
)
public:
int Add(
CalculationProperty^ item
)
member Add :
item:CalculationProperty -> int
public function Add(
item : CalculationProperty
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices. . :: . .CalculationProperty
The CalculationProperty to be added.
Возвращаемое значение
Тип: System. . :: . .Int32
The zero-based index at which the CalculationProperty has been added.