Metodo LevelCollection.IndexOf (Level)
Gets the index of a specified Level.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IndexOf ( _
item As Level _
) As Integer
'Utilizzo
Dim instance As LevelCollection
Dim item As Level
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Level item
)
public:
int IndexOf(
Level^ item
)
member IndexOf :
item:Level -> int
public function IndexOf(
item : Level
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices.Level
The Level to be returned.
Valore restituito
Tipo: System.Int32
The zero-based index of the Level if the object is found; otherwise, -1.