Value 属性

Gets the value represented by this MiningValue.

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

语法

声明
Public ReadOnly Property Value As Object
    Get
用法
Dim instance As MiningValue
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

属性值

类型:System. . :: . .Object
An object that contains the value represented by this MiningValue.