AddEventArgs.Index Propiedad
Gets the number of arguments in the Add event.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public ReadOnly Property Index As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int32
An integer value with the number of arguments in the Add event.