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 命名空间