(ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow) del método ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow
Agrega un objeto ReminderSubscriptionInfoRow a la ReminderSubscriptionInfoDataTable.
Espacio de nombres: WebSvcNotifications
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Sub AddReminderSubscriptionInfoRow ( _
row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow _
)
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim row As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
instance.AddReminderSubscriptionInfoRow(row)
public void AddReminderSubscriptionInfoRow(
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow row
)
Parámetros
row
Tipo: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowReminderSubscriptionInfoRow que se agrega a la ReminderSubscriptionInfoDataTable.
Vea también
Referencia
clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable