AggregationDesignDimensionCollection.Find Method
Gets the AggregationDesignDimension, 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 AggregationDesignDimension
'Usage
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
Parameters
- cubeDimensionId
Type: System.String
The identifier of the AggregationDesignDimension to be returned.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).