共用方式為


PredictionScore 屬性

Gets the prediction score for the MiningModelColumn.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property PredictionScore As Double
    Get
'用途
Dim instance As MiningModelColumn
Dim value As Double

value = instance.PredictionScore
public double PredictionScore { get; }
public:
property double PredictionScore {
    double get ();
}
member PredictionScore : float
function get PredictionScore () : double

屬性值

型別:System. . :: . .Double
A Double containing the prediction score.