Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the PerspectiveCalculation that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
name As String _
) As PerspectiveCalculation
'Uso
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
Parámetros
- name
Tipo: System.String
The identifier of the PerspectiveCalculation to return.
Valor devuelto
Tipo: Microsoft.AnalysisServices.PerspectiveCalculation
The PerspectiveCalculation if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).