Metodo MiningValue.ToString

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public Overrides Function ToString As String
'Utilizzo
Dim instance As MiningValue 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Valore restituito

Tipo: System.String
A string representing the value that this MiningValue contains.

Vedere anche

Riferimento

MiningValue Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient