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


Метод PerspectiveDimensionCollection.Find

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

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

Синтаксис

'Декларация
Public Function Find ( _
    cubeDimensionId As String _
) As PerspectiveDimension
'Применение
Dim instance As PerspectiveDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As PerspectiveDimension 

returnValue = instance.Find(cubeDimensionId)
public PerspectiveDimension Find(
    string cubeDimensionId
)
public:
PerspectiveDimension^ Find(
    String^ cubeDimensionId
)
member Find : 
        cubeDimensionId:string -> PerspectiveDimension
public function Find(
    cubeDimensionId : String
) : PerspectiveDimension

Параметры

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

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

См. также

Справочник

PerspectiveDimensionCollection Класс

Пространство имен Microsoft.AnalysisServices