Contains 메서드

Determines whether a property is in the AdomdPropertyCollection.

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

구문

‘선언
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
A Boolean that contains true if the AdomdProperty exists in the collection; false otherwise.