AfterMove 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Protected Friend Overridable Sub AfterMove ( _
fromIndex As Integer, _
toIndex As Integer _
)
'用途
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
)