共用方式為


MoveEventArgs.ToIndex 屬性

Gets the index to which to move the event data specified by FromIndex.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property ToIndex As Integer 
    Get
'用途
Dim instance As MoveEventArgs 
Dim value As Integer 

value = instance.ToIndex
public int ToIndex { get; }
public:
property int ToIndex {
    int get ();
}
member ToIndex : int
function get ToIndex () : int

屬性值

型別:System.Int32
The index to which to move the event data specified by FromIndex.

請參閱

參考

MoveEventArgs 類別

Microsoft.AnalysisServices 命名空間