ToString 方法

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Overrides NotOverridable Function ToString As String
用法
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

返回值

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