ModelComponent.AfterMove Method (Int32, Int32)

 

Applies To: SQL Server (starting with 2016)

Displays a ModelComponent object after moving to the specified index.

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

Syntax

protected internal virtual void AfterMove(
    int fromIndex,
    int toIndex
)
public protected:
virtual void AfterMove(
    int fromIndex,
    int toIndex
)
abstract AfterMove : 
        fromIndex:int *
        toIndex:int -> unit
override AfterMove : 
        fromIndex:int *
        toIndex:int -> unit
Protected Friend Overridable Sub AfterMove (
    fromIndex As Integer,
    toIndex As Integer
)

Parameters

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top