Метод CubeDimensionCollection.GetByName

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

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

Синтаксис

C#
public CubeDimension GetByName(
    string name
)

Параметры

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

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

Исключения

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

name is not contained by the collection.

См. также

Справочник

CubeDimensionCollection Класс

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