Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Displays a ModelComponent object after moving to the specified index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub AfterMove ( _
fromIndex As Integer, _
toIndex As Integer _
)
'Usage
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
)
Parameters
- fromIndex
Type: System.Int32
Move from index.
- toIndex
Type: System.Int32
Move to index.