ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.RemoveReminderSubscriptionInfoRow - Méthode
Supprime l'objet de ligne spécifié à partir de la ReminderSubscriptionInfoDataTable.
Espace de noms : WebSvcNotifications
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Sub RemoveReminderSubscriptionInfoRow ( _
row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow _
)
'Utilisation
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
instance.RemoveReminderSubscriptionInfoRow(row)
public void RemoveReminderSubscriptionInfoRow(
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row
)
Paramètres
row
Type : WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowContient la ligne qui doit être supprimé.
Voir aussi
Référence
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable classe
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable - Membres