Condividi tramite


Proprietà RemoveEventArgs.Index

Gets the index from which to remove the data.

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 RemoveEventArgs 
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
The index from which to remove the data.

Vedere anche

Riferimento

RemoveEventArgs Classe

Spazio dei nomi Microsoft.AnalysisServices