Share via


Score 속성

Gets the score of the node.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.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.