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