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