Metoda AggregationDesignCollection.IndexOf (AggregationDesign)
Pobiera indeks określonego AggregationDesign.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IndexOf ( _
item As AggregationDesign _
) As Integer
'Użycie
Dim instance As AggregationDesignCollection
Dim item As AggregationDesign
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
AggregationDesign item
)
public:
int IndexOf(
AggregationDesign^ item
)
member IndexOf :
item:AggregationDesign -> int
public function IndexOf(
item : AggregationDesign
) : int
Parametry
- item
Typ: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign Mają być zwrócone.
Wartość zwracana
Typ: System.Int32
Indeksu z AggregationDesign, jeśli obiekt zostanie znaleziony; w przeciwnym razie -1.
Zobacz także