Freigeben über


AggregationDimensionCollection.Contains-Methode (AggregationDimension)

Checks whether the collection contains a specified AggregationDimension.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Contains ( _
    item As AggregationDimension _
) As Boolean
'Usage
Dim instance As AggregationDimensionCollection 
Dim item As AggregationDimension 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    AggregationDimension item
)
public:
bool Contains(
    AggregationDimension^ item
)
member Contains : 
        item:AggregationDimension -> bool
public function Contains(
    item : AggregationDimension
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if the AggregationDimension is contained in the collection; otherwise, false.

Siehe auch

Verweis

AggregationDimensionCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace