Метод AggregationInstanceAttributeCollection.Contains (AggregationInstanceAttribute)
Indicates whether the collection contains the specified AggregationInstanceAttribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As AggregationInstanceAttribute _
) As Boolean
'Применение
Dim instance As AggregationInstanceAttributeCollection
Dim item As AggregationInstanceAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AggregationInstanceAttribute item
)
public:
bool Contains(
AggregationInstanceAttribute^ item
)
member Contains :
item:AggregationInstanceAttribute -> bool
public function Contains(
item : AggregationInstanceAttribute
) : boolean
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationInstanceAttribute
Specifies the AggregationInstanceAttribute to be located.
Возвращаемое значение
Тип: System.Boolean
Returns true if the specified AggregationInstanceAttribute exists in the collection; otherwise, false