共用方式為


MiningContentNode.Score 屬性

Gets the score of the node.

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

語法

'宣告
Public ReadOnly Property Score As Double 
    Get
'用途
Dim instance As MiningContentNode 
Dim value As Double 

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

屬性值

型別:System.Double
A double representing the score of the node.

備註

This value is algorithm specific.

請參閱

參考

MiningContentNode 類別

Microsoft.AnalysisServices.AdomdClient 命名空間