PerspectiveCalculationCollection.Find Method
Gets the PerspectiveCalculation that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
name As String _
) As PerspectiveCalculation
'Usage
Dim instance As PerspectiveCalculationCollection
Dim name As String
Dim returnValue As PerspectiveCalculation
returnValue = instance.Find(name)
public PerspectiveCalculation Find(
string name
)
public:
PerspectiveCalculation^ Find(
String^ name
)
member Find :
name:string -> PerspectiveCalculation
public function Find(
name : String
) : PerspectiveCalculation
Parameters
- name
Type: System.String
The identifier of the PerspectiveCalculation to return.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveCalculation
The PerspectiveCalculation if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).