ServerPropertyCollection.Contains 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Contains(ServerProperty) |
지정된 ServerProperty가 컬렉션에 있는지 여부를 결정합니다. |
Contains(String) |
지정된 이름을 가진 ServerProperty가 컬렉션에 존재하는지를 확인합니다. |
Contains(ServerProperty)
지정된 ServerProperty가 컬렉션에 있는지 여부를 결정합니다.
public bool Contains (Microsoft.AnalysisServices.ServerProperty item);
member this.Contains : Microsoft.AnalysisServices.ServerProperty -> bool
Public Function Contains (item As ServerProperty) As Boolean
매개 변수
- item
- ServerProperty
존재가 확인된 ServerProperty입니다.
반환
지정된 ServerProperty가 컬렉션에 있으면 true이고, 그렇지 않으면 false입니다.
적용 대상
Contains(String)
지정된 이름을 가진 ServerProperty가 컬렉션에 존재하는지를 확인합니다.
public bool Contains (string name);
member this.Contains : string -> bool
Public Function Contains (name As String) As Boolean
매개 변수
- name
- String
존재가 확인된 ServerProperty의 이름입니다.
반환
컬렉션에 지정된 이름을 가진 ServerProperty가 포함되어 있으면 true이고, 그렇지 않으면 false입니다.