MoveEventArgs.FromIndex Property

 

Applies To: SQL Server 2016 Preview

Gets the index of the event data to be moved.

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

Syntax

public int FromIndex { get; }
public:
property int FromIndex {
    int get();
}
member FromIndex : int with get
Public ReadOnly Property FromIndex As Integer

Property Value

Type: System.Int32

The index of the event data to be moved.

See Also

MoveEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top