Compartilhar via


Método ModelComponent.AfterMove

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Displays a ModelComponent object after moving to the specified index.

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

Sintaxe

'Declaração
Protected Friend Overridable Sub AfterMove ( _
    fromIndex As Integer, _
    toIndex As Integer _
)
'Uso
Dim fromIndex As Integer 
Dim toIndex As Integer 

Me.AfterMove(fromIndex, toIndex)
protected internal virtual void AfterMove(
    int fromIndex,
    int toIndex
)
protected public:
virtual void AfterMove(
    int fromIndex, 
    int toIndex
)
abstract AfterMove : 
        fromIndex:int * 
        toIndex:int -> unit  
override AfterMove : 
        fromIndex:int * 
        toIndex:int -> unit
function AfterMove(
    fromIndex : int, 
    toIndex : int
)

Parâmetros

Consulte também

Referência

ModelComponent Classe

Namespace Microsoft.AnalysisServices