AggregationDimensionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the AggregationDimension, with the specified identifier, from the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public AggregationDimension Find(
    string cubeDimensionId
)
public:
AggregationDimension^ Find(
    String^ cubeDimensionId
)
member Find : 
        cubeDimensionId:string -> AggregationDimension
Public Function Find (
    cubeDimensionId As String
) As AggregationDimension

Parameters

Return Value

Type: Microsoft.AnalysisServices.AggregationDimension

The AggregationDimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AggregationDimensionCollection Class
Microsoft.AnalysisServices Namespace

Return to top