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