Méthode CalculationPropertyCollection.Add (String)
Creates and adds a CalculationProperty with the specified identifier to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
Public Function Add ( _
calculationReference As String _
) As CalculationProperty
'Utilisation
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
Type : System.String
The CalculationProperty to be added.
Type : Microsoft.AnalysisServices.CalculationProperty
The zero-based index at which the CalculationProperty has been added.