Partager via


Propriété MiningValue.ValueType

Obtient le MiningValueType de ce MiningValue.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer.MiningValueType
MiningValueType qui représente le type de ce MiningValue.

Voir aussi

Référence

MiningValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer