CommandCollection.Contains(Command) 메서드

정의

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

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

매개 변수

item
Command

존재가 확인된 Command입니다.

반환

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

적용 대상