Metodo MiningModelCollection.IndexOf (String)

Gets the index of a MiningModel with the specified identifier.

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

Sintassi

VB
'Dichiarazione
Public Function IndexOf ( _
    id As String _
) As Integer
'Utilizzo
Dim instance As MiningModelCollection 
Dim id As String 
Dim returnValue As Integer 

returnValue = instance.IndexOf(id)

Parametri

Valore restituito

Tipo: System.Int32
The zero-based index of the MiningModel specified by id if the object is found; otherwise, -1.

Vedere anche

Riferimento

MiningModelCollection Classe

Overload IndexOf

Spazio dei nomi Microsoft.AnalysisServices