Свойство RemoveEventArgs.Index
Gets the index from which to remove the data.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Index As Integer
Get
'Применение
Dim instance As RemoveEventArgs
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
The index from which to remove the data.