CubeAttributeCollection.Contains 메서드 (CubeAttribute)
Indicates whether the collection contains a specified CubeAttribute.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Contains ( _
item As CubeAttribute _
) As Boolean
‘사용 방법
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
CubeAttribute item
)
public:
bool Contains(
CubeAttribute^ item
)
member Contains :
item:CubeAttribute -> bool
public function Contains(
item : CubeAttribute
) : boolean
매개 변수
- item
유형: Microsoft.AnalysisServices.CubeAttribute
The CubeAttribute to be located.
반환 값
유형: System.Boolean
true if the CubeAttribute is contained in the collection; otherwise, false.