Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates whether the collection contains the specified AggregationAttribute.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Contains ( _
item As AggregationAttribute _
) As Boolean
'Uso
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AggregationAttribute item
)
public:
bool Contains(
AggregationAttribute^ item
)
member Contains :
item:AggregationAttribute -> bool
public function Contains(
item : AggregationAttribute
) : boolean
Parámetros
- item
Tipo: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute to be located.
Valor devuelto
Tipo: System.Boolean
true if the AggregationAttribute is contained in the collection; otherwise, false.