Proprietà Score
Gets the score of the node.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Score As Double
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Double
A double representing the score of the node.
Osservazioni
This value is algorithm specific.
Vedere anche