PerspectiveMeasureCollection.Contains 메서드

정의

오버로드

Contains(PerspectiveMeasure)

컬렉션에 지정된 PerspectiveMeasure이 들어 있는지 여부를 나타냅니다.

Contains(String)

지정된 MeasureID가 있는 PerspectiveMeasure가 컬렉션에 포함되어 있는지 여부를 나타냅니다.

Contains(PerspectiveMeasure)

컬렉션에 지정된 PerspectiveMeasure이 들어 있는지 여부를 나타냅니다.

public bool Contains (Microsoft.AnalysisServices.PerspectiveMeasure item);
override this.Contains : Microsoft.AnalysisServices.PerspectiveMeasure -> bool
Public Function Contains (item As PerspectiveMeasure) As Boolean

매개 변수

item
PerspectiveMeasure

찾을 PerspectiveMeasure입니다.

반환

지정된 PerspectiveMeasure가 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

Contains(String)

지정된 MeasureID가 있는 PerspectiveMeasure가 컬렉션에 포함되어 있는지 여부를 나타냅니다.

public bool Contains (string measureId);
override this.Contains : string -> bool
Public Function Contains (measureId As String) As Boolean

매개 변수

measureId
String

찾을 PerspectiveMeasure의 MeasureID입니다.

반환

지정된 PerspectiveMeasure가 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

예외

지정된 measureId가 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상