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