Compartir a través de


MiningValue.ValueType Propiedad

Gets the MiningValueType of this MiningValue.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningValueType
A MiningValueType that represents the type of this MiningValue.

Vea también

Referencia

MiningValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer