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