ModelComponentCollection.Contains 메서드 (String)

Determines whether an item with the specified key is in the ModelComponentCollection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Protected Function Contains ( _
    key As String _
) As Boolean
‘사용 방법
Dim key As String 
Dim returnValue As Boolean 

returnValue = Me.Contains(key)
protected bool Contains(
    string key
)
protected:
bool Contains(
    String^ key
)
member Contains : 
        key:string -> bool
protected function Contains(
    key : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if key found in the ModelComponentCollection; otherwise, false.

참고 항목

참조

ModelComponentCollection 클래스

Contains 오버로드

Microsoft.AnalysisServices 네임스페이스