Udostępnij za pośrednictwem


Metoda AggregationDesignDimensionCollection.IndexOf (AggregationDesignDimension)

Pobiera indeks określonego AggregationDesignDimension.

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

Składnia

'Deklaracja
Public Function IndexOf ( _
    item As AggregationDesignDimension _
) As Integer
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim returnValue As Integer

returnValue = instance.IndexOf(item)
public int IndexOf(
    AggregationDesignDimension item
)
public:
int IndexOf(
    AggregationDesignDimension^ item
)
member IndexOf : 
        item:AggregationDesignDimension -> int 
public function IndexOf(
    item : AggregationDesignDimension
) : int

Wartość zwracana

Typ: System.Int32
Indeksu z AggregationDesignDimension, jeśli obiekt zostanie znaleziony; w przeciwnym razie -1.