Méthode AggregationCollection.Contains (Aggregation)
Indicates whether the collection contains a specified Aggregation.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As Aggregation _
) As Boolean
'Utilisation
Dim instance As AggregationCollection
Dim item As Aggregation
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Aggregation item
)
public:
bool Contains(
Aggregation^ item
)
member Contains :
item:Aggregation -> bool
public function Contains(
item : Aggregation
) : boolean
Paramètres
- item
Type : Microsoft.AnalysisServices.Aggregation
The Aggregation to be located.
Valeur de retour
Type : System.Boolean
true if the Aggregation is contained in the collection; otherwise, false.