หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the index to which to move the event data specified by FromIndex.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ToIndex As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The index to which to move the event data specified by FromIndex.