Metoda AggregationInstanceCollection.GetByName
Pobiera AggregationInstance, 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 AggregationInstance
'Użycie
Dim instance As AggregationInstanceCollection
Dim name As String
Dim returnValue As AggregationInstance
returnValue = instance.GetByName(name)
public AggregationInstance GetByName(
string name
)
public:
AggregationInstance^ GetByName(
String^ name
)
member GetByName :
name:string -> AggregationInstance
public function GetByName(
name : String
) : AggregationInstance
Parametry
- name
Typ: System.String
Nazwa AggregationInstance mają być zwrócone.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationInstance
AggregationInstance z nazwą określoną w name.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | namenie jest zawarty kolekcja. |
Zobacz także