Udostępnij za pośrednictwem


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

Wartość zwracana

Typ: System.Int32
Indeksu z AggregationAttribute , jeśli obiekt znajduje się; w przeciwnym razie -1.