Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
Параметры
- calculationReference
Тип: System.String
The CalculationProperty to be added.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.CalculationProperty
The zero-based index at which the CalculationProperty has been added.