次の方法で共有


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.Item プロパティ

AlertSubscriptionInfoDataTable行がインデックスで指定されている行を取得します。

名前空間:  WebSvcNotifications
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
    Get
'使用
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim index As Integer
Dim value As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

value = instance.Item(index)
public AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow this[
    int index
] { get; }

パラメーター

プロパティ値

型: WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

関連項目

参照先

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable クラス

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable メンバー

WebSvcNotifications 名前空間