MiningValue.ValueType 属性

Gets the MiningValueType of this MiningValue.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property ValueType As MiningValueType 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.AdomdServer.MiningValueType
A MiningValueType that represents the type of this MiningValue.

请参阅

参考

MiningValue 类

Microsoft.AnalysisServices.AdomdServer 命名空间