Méthode CalculationPropertyCollection.Find
Gets the CalculationProperty with the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
Public Function Find ( _
calculationReference As String _
) As CalculationProperty
'Utilisation
Dim instance As CalculationPropertyCollection
Dim calculationReference As String
Dim returnValue As CalculationProperty
returnValue = instance.Find(calculationReference)
public CalculationProperty Find(
string calculationReference
)
public:
CalculationProperty^ Find(
String^ calculationReference
)
member Find :
calculationReference:string -> CalculationProperty
public function Find(
calculationReference : String
) : CalculationProperty
- calculationReference
Type : System.String
The identifier of the CalculationProperty to be returned.
Type : Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).