CubeCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Parameters

Return Value

Type: Microsoft.AnalysisServices.Cube

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

See Also

CubeCollection Class
Microsoft.AnalysisServices Namespace

Return to top