MiningValue.Index 屬性

Gets the index of this mining value.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Index As UInteger 
    Get
'用途
Dim instance As MiningValue 
Dim value As UInteger 

value = instance.Index
public uint Index { get; }
public:
property unsigned int Index {
    unsigned int get ();
}
member Index : uint32
function get Index () : uint

屬性值

型別:System.UInt32
An integer that represents the index of this mining value.

請參閱

參考

MiningValue 類別

Microsoft.AnalysisServices.AdomdServer 命名空間