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


Метод AxisCollection.Find

Gets the specified Axis from the AxisCollection collection by its name.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.AdomdClient.Axis
The Axis with the specified name.

Замечания

If the object is not found, the Find method returns null, whereas the Item property throws an exception.

См. также

Справочник

AxisCollection Класс

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