MoveEventArgs.ToIndex Property

 

Applies To: SQL Server 2016 Preview

Gets the index to which to move the event data specified by FromIndex.

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

Syntax

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

Property Value

Type: System.Int32

The index to which to move the event data specified by FromIndex.

See Also

MoveEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top