Metodo AggregationDesignCollection.GetByName
Gets the AggregationDesign, with the specified name, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetByName ( _
name As String _
) As AggregationDesign
'Utilizzo
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
Parametri
- name
Tipo: System.String
The name of the AggregationDesign to be returned.
Valore restituito
Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign, if contained in the collection.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | name is not contained by the collection. |