MiningDistribution.Value Property

Gets the value represented by the MiningDistribution.

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

Syntax

'Declaration
Public ReadOnly Property Value As MiningValue 
    Get
'Usage
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

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningValue
Returns a MiningValue that contains the value.

Remarks

This value is algorithm-specific.

See Also

Reference

MiningDistribution Class

Microsoft.AnalysisServices.AdomdServer Namespace