Propriedade do RDL Score
Gets the score of the node.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Double
A double representing the score of the node.
Comentários
This value is algorithm-specific.
Consulte também