Proprietà MoveEventArgs.FromIndex
Gets the index of the event data to be moved.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FromIndex As Integer
Get
'Utilizzo
Dim instance As MoveEventArgs
Dim value As Integer
value = instance.FromIndex
public int FromIndex { get; }
public:
property int FromIndex {
int get ();
}
member FromIndex : int
function get FromIndex () : int
Valore proprietà
Tipo: System.Int32
The index of the event data to be moved.