Metodo DataItemCollection.IList.IndexOf

Determines the index of a specific item in the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

C#
int IList.IndexOf(
    Object value
)

Parametri

Valore restituito

Tipo: System.Int32
The index of value if found in the list; otherwise, -1.

Implementa

IList.IndexOf(Object)

Vedere anche

Riferimento

DataItemCollection Classe

Spazio dei nomi Microsoft.AnalysisServices