Metoda AggregationCollection.GetByName
Pobiera Aggregation, o podanej nazwie z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function GetByName ( _
name As String _
) As Aggregation
'Użycie
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
Parametry
- name
Typ: System.String
Nazwa Aggregation mają być zwrócone.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Aggregation
Aggregation z nazwą określoną w name.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | namenie jest zawarty kolekcja. |