Compartir a través de


GetByName Método

Gets the AggregationDesign, 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 AggregationDesign
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices. . :: . .AggregationDesign
The AggregationDesign, if contained in the collection.

Excepciones

Excepción Condición
ItemNotFoundException

name is not contained by the collection.