MiningValue.ToString Method
Returns the value that this MiningValue represents, converted to a string.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function ToString As String
'Usage
Dim instance As MiningValue
Dim returnValue As String
returnValue = instance.ToString()
public override sealed string ToString()
public:
virtual String^ ToString() override sealed
abstract ToString : unit -> string
override ToString : unit -> string
public override final function ToString() : String
Return Value
Type: System.String
A string that represents the value of this MiningValue.