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
매개 변수
- value
유형: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
The AdomdProperty to find.
반환 값
유형: System. . :: . .Boolean
A Boolean that contains true if the AdomdProperty exists in the collection; false otherwise.