AnnotationCollection.Contains 메서드

정의

오버로드

Contains(Annotation)

지정된 Annotation가 컬렉션에 있는지 여부를 결정합니다.

Contains(String)

지정한 Name이 있는 Annotation이 컬렉션에 있는지 여부를 결정합니다.

Contains(Annotation)

지정된 Annotation가 컬렉션에 있는지 여부를 결정합니다.

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

매개 변수

item
Annotation

존재가 확인된 Annotation입니다.

반환

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

적용 대상

Contains(String)

지정한 Name이 있는 Annotation이 컬렉션에 있는지 여부를 결정합니다.

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

매개 변수

name
String

존재가 확인된 Annotation의 이름입니다.

반환

지정한 Name이 있는 Annotation이 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상