Share via


AdomdParameterCollection.IList.Contains 메서드

Determines whether the AdomdParameterCollection contains a specific value.

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

구문

‘선언
Private Function Contains ( _
    pObj As Object _
) As Boolean Implements IList.Contains
‘사용 방법
Dim instance As AdomdParameterCollection 
Dim pObj As Object 
Dim returnValue As Boolean 

returnValue = CType(instance, IList).Contains(pObj)
bool IList.Contains(
    Object pObj
)
private:
virtual bool Contains(
    Object^ pObj
) sealed = IList::Contains
private abstract Contains : 
        pObj:Object -> bool  
private override Contains : 
        pObj:Object -> bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: System.Boolean
true if the AdomdParameter object is found in the collection; otherwise, false.

구현

IList.Contains(Object)

참고 항목

참조

AdomdParameterCollection 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스