Partager via


Propriété MoveEventArgs.ToIndex

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

MoveEventArgs Classe

Espace de noms Microsoft.AnalysisServices