ToIndex 屬性
命名空間: 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