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