Compartilhar via


Propriedade do RDL MoveEventArgs.ToIndex

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MoveEventArgs Classe

Namespace Microsoft.AnalysisServices