Método FindByName
Gets the Perspective, that has the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function FindByName ( _
name As String _
) As Perspective
'Uso
Dim instance As PerspectiveCollection
Dim name As String
Dim returnValue As Perspective
returnValue = instance.FindByName(name)
public Perspective FindByName(
string name
)
public:
Perspective^ FindByName(
String^ name
)
member FindByName :
name:string -> Perspective
public function FindByName(
name : String
) : Perspective
Parâmetros
- name
Tipo: System. . :: . .String
The name of the Perspective to return.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Perspective
The Perspective if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).