DimensionAttributeCollection.Find Method

Gets the DimensionAttribute with the specified identifier from the collection.

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

Syntax

C#
public DimensionAttribute Find(
    string id
)

Parameters

Return Value

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

See Also

Reference

DimensionAttributeCollection Class

Microsoft.AnalysisServices Namespace