Metoda AggregationDesignCollection.Find
Pobiera AggregationDesign, z określonym identyfikatorem, z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Find ( _
id As String _
) As AggregationDesign
'Użycie
Dim instance As AggregationDesignCollection
Dim id As String
Dim returnValue As AggregationDesign
returnValue = instance.Find(id)
public AggregationDesign Find(
string id
)
public:
AggregationDesign^ Find(
String^ id
)
member Find :
id:string -> AggregationDesign
public function Find(
id : String
) : AggregationDesign
Parametry
- id
Typ: System.String
Identyfikator AggregationDesign mają być zwrócone.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign , Jeśli zawarte kolekcja; w przeciwnym razie odwołanie null (nic nie w języku Visual Basic).