CubeDimensionCollection.FindByName Method

Gets the CubeDimension, with the specified name, from the collection.

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

Syntax

C#
public CubeDimension FindByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeDimension
The CubeDimension if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

CubeDimensionCollection Class

Microsoft.AnalysisServices Namespace