AdomdPropertyCollection.Contains 메서드

Determines whether a property is in the AdomdPropertyCollection.

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

구문

‘선언
Public Function Contains ( _
    value As AdomdProperty _
) As Boolean
‘사용 방법
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As Boolean 

returnValue = instance.Contains(value)
public bool Contains(
    AdomdProperty value
)
public:
bool Contains(
    AdomdProperty^ value
)
member Contains : 
        value:AdomdProperty -> bool
public function Contains(
    value : AdomdProperty
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the AdomdProperty exists in the collection; false otherwise.

참고 항목

참조

AdomdPropertyCollection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스