Freigeben über


MoveEventArgs.ToIndex-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property ToIndex As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

MoveEventArgs Klasse

Microsoft.AnalysisServices-Namespace