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