Proprietà MoveEventArgs.ToIndex
Gets the index to which to move the event data specified by FromIndex.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ToIndex As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
The index to which to move the event data specified by FromIndex.