Proprietà MiningDistribution.ValueType

Gets the type of the value represented by the MiningDistribution.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningValueType
A MiningValueType representing the type of the value.

Vedere anche

Riferimento

MiningDistribution Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient