NamedComponentCollection.Contains 메서드 (String)

Determines whether an item with the specific key is in the NamedComponentCollection.

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

구문

‘선언
Public Function Contains ( _
    id As String _
) As Boolean
‘사용 방법
Dim instance As NamedComponentCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
virtual bool Contains(
    String^ id
) sealed
abstract Contains : 
        id:string -> bool  
override Contains : 
        id:string -> bool
public final function Contains(
    id : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the id found in the NamedComponentCollection; otherwise, false.

구현

INamedComponentCollection.Contains(String)

참고 항목

참조

NamedComponentCollection 클래스

Contains 오버로드

Microsoft.AnalysisServices 네임스페이스