Contains méthode (String)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    measureGroupId As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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