Méthode ToString
Returns the value that this MiningValue represents, converted to a string.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Overrides NotOverridable Function ToString As String
'Utilisation
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
Valeur de retour
Type : System. . :: . .String
A string that represents the value of this MiningValue.