Score propriété
Gets the score of the node.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans 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 la propriété
Type : System. . :: . .Double
A double representing the score of the node.
Notes
This value is algorithm-specific.