Compartir a través de


RemoveEventArgs.Index Propiedad

Gets the index from which to remove the data.

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 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

Valor de la propiedad

Tipo: System.Int32
The index from which to remove the data.

Vea también

Referencia

RemoveEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices