CubeDef.ToString Method ()

 

Returns a String that represents the current CubeDef.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A String that contains the name of the CubeDef.

See Also

CubeDef Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top