共用方式為


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