Partager via


Propriété MiningDistribution.Value

Gets the value represented by the MiningDistribution.

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

Syntaxe

'Déclaration
Public ReadOnly Property Value As MiningValue 
    Get
'Utilisation
Dim instance As MiningDistribution 
Dim value As MiningValue 

value = instance.Value
public MiningValue Value { get; }
public:
property MiningValue^ Value {
    MiningValue^ get ();
}
member Value : MiningValue
function get Value () : MiningValue

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.MiningValue
Returns a MiningValue containing the value.

Notes

This value is algorithm specific.

Voir aussi

Référence

MiningDistribution Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient