Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the index of the event data to be moved.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property FromIndex As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The index of the event data to be moved.