Udostępnij przez


Metoda AggregationDesignCollection.FindByName

Pobiera AggregationDesign, o podanej nazwie z kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function FindByName ( _
    name As String _
) As AggregationDesign
'Użycie
Dim instance As AggregationDesignCollection
Dim name As String
Dim returnValue As AggregationDesign

returnValue = instance.FindByName(name)
public AggregationDesign FindByName(
    string name
)
public:
AggregationDesign^ FindByName(
    String^ name
)
member FindByName : 
        name:string -> AggregationDesign 
public function FindByName(
    name : String
) : AggregationDesign

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign Jeśli zawarte kolekcja; w przeciwnym razie odwołanie null (nic nie w języku Visual Basic).