Поделиться через


Свойство 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.