Partager via


Propriété Score

Gets the score of the node.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Score As Double
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Double
A double representing the score of the node.

Notes

This value is algorithm-specific.