Метод AggregationAttributeCollection.Contains (String)
Determines whether an AggregationAttribute with the specified attribute identifier exists in the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
attributeId As String _
) As Boolean
'Применение
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As Boolean
returnValue = instance.Contains(attributeId)
public bool Contains(
string attributeId
)
public:
bool Contains(
String^ attributeId
)
member Contains :
attributeId:string -> bool
public function Contains(
attributeId : String
) : boolean
Параметры
- attributeId
Тип: System.String
The attribute identifier of the AggregationAttribute to find in the collection.
Возвращаемое значение
Тип: System.Boolean
true if the AggregationAttribute is found in the collection; otherwise, false.