Freigeben über


MiningValue.ToString-Methode

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

Rückgabewert

Typ: System.String
A string that represents the value of this MiningValue.

Siehe auch

Verweis

MiningValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace