Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the MiningValueType of this MiningValue.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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.AdomdServer.MiningValueType
A MiningValueType that represents the type of this MiningValue.