Share via


Contains 메서드 (String)

Indicatess whether the collection contains a PerspectiveMeasureGroup that has the specified identifier.

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

구문

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

returnValue = instance.Contains(measureGroupId)
public bool Contains(
    string measureGroupId
)
public:
bool Contains(
    String^ measureGroupId
)
member Contains : 
        measureGroupId:string -> bool 
public function Contains(
    measureGroupId : String
) : boolean

매개 변수

반환 값

유형: System. . :: . .Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.