Score Propiedad
Gets the score of the node.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Score As Double
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Double
A double representing the score of the node.
Comentarios
This value is algorithm-specific.
Vea también