CalculationPropertyCollection.Find Method
Gets the CalculationProperty with the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
calculationReference As String _
) As CalculationProperty
'Usage
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
Parameters
- calculationReference
Type: System.String
The identifier of the CalculationProperty to be returned.
Return Value
Type: Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).