MiningValue.ToString Method ()

 

Gets the value that this MiningValue represents, converted to a string.

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 representing the value that this MiningValue contains.

See Also

MiningValue Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top