Méthode PerspectiveMeasureGroupCollection.Contains (String)
Indicatess whether the collection contains a PerspectiveMeasureGroup that has the specified identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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
- measureGroupId
Type : System.String
The identifier of the PerspectiveMeasureGroup to locate.
Valeur de retour
Type : System.Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.