次の方法で共有


TableNotificationCollection.Item プロパティ

指定したインデックスにある TableNotification をコレクションから取得します。

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

構文

'宣言
Public Default Property Item ( _
    index As Integer _
) As TableNotification 
    Get 
    Set
'使用
Dim instance As TableNotificationCollection 
Dim index As Integer 
Dim value As TableNotification 

value = instance(index)

instance(index) = value
public TableNotification this[
    int index
] { get; set; }
public:
property TableNotification^ default[int index] {
    TableNotification^ get (int index);
    void set (int index, TableNotification^ value);
}
member Item : TableNotification with get, set
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.TableNotification
指定したインデックスにある TableNotification です。

例外

例外 条件
ArgumentOutOfRangeException

index に 0 より小さい値が指定されています。

-または-

index に Count 以上の値が指定されています。

関連項目

参照

TableNotificationCollection クラス

Microsoft.AnalysisServices 名前空間