Condividi tramite


Metodo ModelComponent.AfterMove

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Displays a ModelComponent object after moving to the specified index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Friend Overridable Sub AfterMove ( _
    fromIndex As Integer, _
    toIndex As Integer _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ModelComponent Classe

Spazio dei nomi Microsoft.AnalysisServices