Propriété AddEventArgs.Index

Gets the number of arguments in the Add event.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Index As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An integer value with the number of arguments in the Add event.

Voir aussi

Référence

AddEventArgs Classe

Espace de noms Microsoft.AnalysisServices