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