Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: String
A string that represents the value of this MiningValue.