Partager via


Propriété MiningValue.Value

Gets the value represented by this MiningValue.

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

Syntaxe

'Déclaration
Public ReadOnly Property Value As Object 
    Get
'Utilisation
Dim instance As MiningValue 
Dim value As Object 

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Valeur de propriété

Type : System.Object
An object containing the value represented by this MiningValue.

Voir aussi

Référence

MiningValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient