ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.RemoveReminderSubscriptionInfoRow method
Exclui o objeto de linha especificada a ReminderSubscriptionInfoDataTable.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Sub RemoveReminderSubscriptionInfoRow ( _
row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow _
)
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
instance.RemoveReminderSubscriptionInfoRow(row)
public void RemoveReminderSubscriptionInfoRow(
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row
)
Parâmetros
row
Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowContém a linha que deve ser excluído.
Ver também
Referência
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members