次の方法で共有


Index プロパティ

Add イベント内の引数の数を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property Index As Integer
    Get
'使用
Dim instance As AddEventArgs
Dim value As Integer

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

プロパティ値

型: System. . :: . .Int32
Add イベント内の引数の数を表す整数値です。