Index プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property Index As Integer
Get
'使用
Dim instance As RemoveEventArgs
Dim value As Integer
value = instance.Index
public int Index { get; }
public:
property int Index {
int get ();
}
member Index : int
function get Index () : int