共用方式為


ModelComponentCollection.IList.IndexOf 方法

Determines the index of a specific item in the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private Function IndexOf ( _
    value As Object _
) As Integer Implements IList.IndexOf
'用途
Dim instance As ModelComponentCollection 
Dim value As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).IndexOf(value)
int IList.IndexOf(
    Object value
)
private:
virtual int IndexOf(
    Object^ value
) sealed = IList::IndexOf
private abstract IndexOf : 
        value:Object -> int  
private override IndexOf : 
        value:Object -> int
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

傳回值

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

實作

IList.IndexOf(Object)

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間