MiningModel.ToString Method ()

 

Returns the name of the mining model in its string representation.

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

The name of the mining model in its string representation.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top