Método AggregationDesignDimensionCollection.Contains (AggregationDesignDimension)
Indicates whether the collection contains a specified AggregationDesignDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Contains ( _
item As AggregationDesignDimension _
) As Boolean
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension to be located.
Valor de retorno
Tipo: System.Boolean
true if the AggregationDesignDimension is contained in the collection; otherwise, false.