Share via


MiningValue.ValueType Property

Gets the type of this MiningValue.

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

Syntax

'Declaration
Public ReadOnly Property ValueType As MiningValueType 
    Get
'Usage
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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningValueType
A MiningValueType representing the type of this MiningValue contains.

See Also

Reference

MiningValue Class

Microsoft.AnalysisServices.AdomdClient Namespace