Propriedade do RDL AddEventArgs.Index
Gets the number of arguments in the Add event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int32
An integer value with the number of arguments in the Add event.