Свойство MiningValue.Index
Gets the index of this mining value.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Index As Integer
Get
'Применение
Dim instance As MiningValue
Dim value As Integer
value = instance.Index
public int Index { get; }
public:
property int Index {
int get ();
}
member Index : int
function get Index () : int
Значение свойства
Тип: System.Int32
An Integer representing the index of this mining value.