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


Метод Find

Gets the PerspectiveCalculation that has the specified identifier from the collection.

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

Синтаксис

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

Параметры

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

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