Freigeben über


MiningContentNode.Score-Eigenschaft

Gets the score of the node.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Score As Double 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

This value is algorithm-specific.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace