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 to which to move the event data specified by FromIndex.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ToIndex As Integer
Get
'Usage
Dim instance As MoveEventArgs
Dim value As Integer
value = instance.ToIndex
public int ToIndex { get; }
public:
property int ToIndex {
int get ();
}
member ToIndex : int
function get ToIndex () : int
Property Value
Type: System.Int32
The index to which to move the event data specified by FromIndex.