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