ServerPropertyCollection.Contains 메서드

정의

오버로드

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입니다.

적용 대상