PerspectiveDimensionCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the PerspectiveDimension that has the specified identifier from the collection.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveDimension

A PerspectiveDimension if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

PerspectiveDimensionCollection Class
Microsoft.AnalysisServices Namespace

Return to top