Метод GetByName
Gets the Measure, with the specified name, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByName ( _
name As String _
) As Measure
'Применение
Dim instance As MeasureCollection
Dim name As String
Dim returnValue As Measure
returnValue = instance.GetByName(name)
public Measure GetByName(
string name
)
public:
Measure^ GetByName(
String^ name
)
member GetByName :
name:string -> Measure
public function GetByName(
name : String
) : Measure
Параметры
- name
Тип System. . :: . .String
The name of the Measure to be returned.
Возвращаемое значение
Тип Microsoft.AnalysisServices. . :: . .Measure
The Measure with the name specified in name.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | name is not contained by the collection. |