MoveEventArgs.FromIndex Property

 

Applies To: SQL Server (starting with 2016)

Gets the index of the event data to be moved.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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