Свойство AddEventArgs.Index
Gets the number of arguments in the Add event.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Index As Integer
Get
'Применение
Dim instance As AddEventArgs
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 value with the number of arguments in the Add event.