Partager via


Propriété MiningContentNode.Probability

Gets the probability of reaching the MiningContentNode.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Probability As Double 
    Get
'Utilisation
Dim instance As MiningContentNode 
Dim value As Double 

value = instance.Probability
public double Probability { get; }
public:
property double Probability {
    double get ();
}
member Probability : float
function get Probability () : double

Valeur de propriété

Type : System.Double
A double containing the probability of reaching the MiningContentNode.

Notes

This value is algorithm-specific.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer