Proprietà AddEventArgs.Index
Gets the number of arguments in the Add event.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Index As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
An integer value with the number of arguments in the Add event.