Metodo PerspectiveCollection.FindByName
Gets the Perspective, that has the specified name, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function FindByName ( _
name As String _
) As Perspective
'Utilizzo
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
Parametri
- name
Tipo: System.String
The name of the Perspective to return.
Valore restituito
Tipo: Microsoft.AnalysisServices.Perspective
The Perspective if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).