Compartir a través de


(Guid, String, Boolean, Int32, Boolean, Int32, Int32, Int32, DateTime) del método ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow

Este miembro está reservado para uso interno y no debe usarse directamente desde el código.

Espacio de nombres:  WebSvcNotifications
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function AddReminderSubscriptionInfoRow ( _
    ReminderUID As Guid, _
    ReminderName As String, _
    ReminderIsRepetitive As Boolean, _
    ReminderCategory As Integer, _
    IsSubscribed As Boolean, _
    RecipientType As Integer, _
    FrequencyPeriod As Integer, _
    FrequencyValue As Integer, _
    NextRun As DateTime _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim ReminderUID As Guid
Dim ReminderName As String
Dim ReminderIsRepetitive As Boolean
Dim ReminderCategory As Integer
Dim IsSubscribed As Boolean
Dim RecipientType As Integer
Dim FrequencyPeriod As Integer
Dim FrequencyValue As Integer
Dim NextRun As DateTime
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

returnValue = instance.AddReminderSubscriptionInfoRow(ReminderUID, _
    ReminderName, ReminderIsRepetitive, _
    ReminderCategory, IsSubscribed, _
    RecipientType, FrequencyPeriod, _
    FrequencyValue, NextRun)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow AddReminderSubscriptionInfoRow(
    Guid ReminderUID,
    string ReminderName,
    bool ReminderIsRepetitive,
    int ReminderCategory,
    bool IsSubscribed,
    int RecipientType,
    int FrequencyPeriod,
    int FrequencyValue,
    DateTime NextRun
)

Parámetros

Valor devuelto

Tipo: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

Vea también

Referencia

clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Sobrecarga AddReminderSubscriptionInfoRow

Espacio de nombres WebSvcNotifications