Метод GetByName
Gets the MeasureGroup that has the specified name from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByName ( _
name As String _
) As MeasureGroup
'Применение
Dim instance As MeasureGroupCollection
Dim name As String
Dim returnValue As MeasureGroup
returnValue = instance.GetByName(name)
public MeasureGroup GetByName(
string name
)
public:
MeasureGroup^ GetByName(
String^ name
)
member GetByName :
name:string -> MeasureGroup
public function GetByName(
name : String
) : MeasureGroup
Параметры
- name
Тип: System. . :: . .String
The name of the MeasureGroup to return.
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .MeasureGroup
The MeasureGroup if it exists in the collection.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | name does not exist in the collection. |