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


Метод CubeDimensionCollection.GetByName

Gets the CubeDimension, with the specified name, from the collection.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.CubeDimension
The CubeDimension with the name specified in name.

Исключения

Исключение Условие
ItemNotFoundException

name is not contained by the collection.

См. также

Справочник

CubeDimensionCollection Класс

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