Compartilhar via


Propriedade do RDL MiningContentNode.Score

Gets the score of the node.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient