Partilhar via


Propriedade do RDL Probability

Gets the probability of occurrence for the values represented by the MiningDistribution.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Probability As Double
    Get
'Uso
Dim instance As MiningDistribution
Dim value As Double

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

Valor da propriedade

Tipo: System. . :: . .Double
A double that contains the probability of occurrence for the values represented by the MiningDistribution.

Comentários

This value is algorithm-specific.