Поделиться через


Метод FindByName

Gets the Perspective, that has the specified name, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function FindByName ( _
    name As String _
) As Perspective
'Применение
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

Параметры

Возвращаемое значение

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