다음을 통해 공유


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