DimensionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the Dimension with the specified identifier from the collection.

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

Syntax

public Dimension Find(
    string id
)
public:
Dimension^ Find(
    String^ id
)
member Find : 
        id:string -> Dimension
Public Function Find (
    id As String
) As Dimension

Parameters

Return Value

Type: Microsoft.AnalysisServices.Dimension

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

See Also

DimensionCollection Class
Microsoft.AnalysisServices Namespace

Return to top