ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.Item 屬性
取得中ReminderSubscriptionInfoDataTable,其中 index 所指定之列的 row 物件。
命名空間: WebSvcNotifications
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Get
'用途
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim index As Integer
Dim value As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
value = instance.Item(index)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow this[
int index
] { get; }
參數
index
類型:System.Int32指定的資料列。
屬性值
類型:WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
請參閱
參照
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 類別
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 成員