Compartilhar via


Propriedade do RDL MiningDistribution.ValueType

Gets the type of the value represented by the MiningDistribution.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MiningDistribution Classe

Namespace Microsoft.AnalysisServices.AdomdClient