MiningDistribution.ValueType Property

Gets the type of the value represented by the MiningDistribution.

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

Syntax

'Declaration
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Usage
Dim instance As MiningDistribution 
Dim value As MiningValueType 

value = instance.ValueType
public MiningValueType ValueType { get; }
public:
property MiningValueType ValueType {
    MiningValueType get ();
}
member ValueType : MiningValueType
function get ValueType () : MiningValueType

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningValueType
A MiningValueType representing the type of the value.

See Also

Reference

MiningDistribution Class

Microsoft.AnalysisServices.AdomdServer Namespace