Метод Find
Gets the AggregationAttribute, with the specified identifier, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Find ( _
attributeId As String _
) As AggregationAttribute
'Применение
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Find(attributeId)
public AggregationAttribute Find(
string attributeId
)
public:
AggregationAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> AggregationAttribute
public function Find(
attributeId : String
) : AggregationAttribute
Параметры
- attributeId
Тип: System. . :: . .String
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .AggregationAttribute
The AggregationAttribute, if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).
См. также