ModelComponentCollection.IndexOf 메서드 (String)

Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Protected Function IndexOf ( _
    key As String _
) As Integer
‘사용 방법
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

매개 변수

  • key
    유형: System.String
    The key of the IModelComponent to locate.

반환 값

유형: System.Int32
The zero-based index of the first occurrence of key within the ModelComponentCollection, if found; otherwise, -1.

참고 항목

참조

ModelComponentCollection 클래스

IndexOf 오버로드

Microsoft.AnalysisServices 네임스페이스