Metodo ToString
Returns the value that this MiningValue represents, converted to a string.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Overrides NotOverridable Function ToString As String
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .String
A string that represents the value of this MiningValue.