AggregationCollection.GetByName Método
Gets the Aggregation, with the specified name, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function GetByName ( _
name As String _
) As Aggregation
'Uso
Dim instance As AggregationCollection
Dim name As String
Dim returnValue As Aggregation
returnValue = instance.GetByName(name)
public Aggregation GetByName(
string name
)
public:
Aggregation^ GetByName(
String^ name
)
member GetByName :
name:string -> Aggregation
public function GetByName(
name : String
) : Aggregation
Parámetros
- name
Tipo: System.String
The name of the Aggregation to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices.Aggregation
The Aggregation with the name specified in name.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | name is not contained by the collection. |