Méthode MeasureGroupCollection.Contains (String)
Indicates whether the collection contains a MeasureGroup that has the specified identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
id As String _
) As Boolean
'Utilisation
Dim instance As MeasureGroupCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
bool Contains(
String^ id
)
member Contains :
id:string -> bool
public function Contains(
id : String
) : boolean
Paramètres
- id
Type : System.String
The identifier of the MeasureGroup to locate.
Valeur de retour
Type : System.Boolean
true if the MeasureGroup exists in the collection; otherwise, false.