Compartilhar via


Método PerspectiveCollection.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

Valor de retorno

Tipo: Microsoft.AnalysisServices.Perspective
The Perspective if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Consulte também

Referência

PerspectiveCollection Classe

Namespace Microsoft.AnalysisServices