Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Function IndexOf ( _
key As String _
) As Integer
'Usage
Dim key As String
Dim returnValue As Integer
returnValue = Me.IndexOf(key)
protected int IndexOf(
string key
)
protected:
int IndexOf(
String^ key
)
member IndexOf :
key:string -> int
protected function IndexOf(
key : String
) : int
Parameter
- key
Typ: System.String
The key of the IModelComponent to locate.
Rückgabewert
Typ: System.Int32
The zero-based index of the first occurrence of key within the ModelComponentCollection, if found; otherwise, -1.