AggregationDimensionCollection.Find Method
Gets the AggregationDimension, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
cubeDimensionId As String _
) As AggregationDimension
'Usage
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
Parameters
- cubeDimensionId
Type: System.String
The identifier of the AggregationDimension to be returned.
Return Value
Type: Microsoft.AnalysisServices.AggregationDimension
The AggregationDimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).