Compartir a través de


MoveEventArgs.ToIndex Propiedad

Gets the index to which to move the event data specified by FromIndex.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property ToIndex As Integer 
    Get
'Uso
Dim instance As MoveEventArgs 
Dim value As Integer 

value = instance.ToIndex
public int ToIndex { get; }
public:
property int ToIndex {
    int get ();
}
member ToIndex : int
function get ToIndex () : int

Valor de la propiedad

Tipo: System.Int32
The index to which to move the event data specified by FromIndex.

Vea también

Referencia

MoveEventArgs Clase

Espacio de nombres Microsoft.AnalysisServices