Compartilhar via


Propriedade do RDL MiningValue.ValueType

Obtém o MiningValueType deste MiningValue.

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

Sintaxe

'Declaração
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Uso
Dim instance As MiningValue 
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.AdomdServer.MiningValueType
Um MiningValueType que representa o tipo desse MiningValue.

Consulte também

Referência

MiningValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer