MiningValue.ValueType Property

 

Gets the type of this MiningValue.

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

Syntax

public MiningValueType ValueType { get; }
public:
property MiningValueType ValueType {
    MiningValueType get();
}
member ValueType : MiningValueType with get
Public ReadOnly Property ValueType As MiningValueType

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningValueType

A MiningValueType representing the type of this MiningValue contains.

See Also

MiningValue Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top