(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
- ReminderUID
Tipo: System.Guid
- ReminderName
Tipo: System.String
- ReminderIsRepetitive
Tipo: System.Boolean
- ReminderCategory
Tipo: System.Int32
- IsSubscribed
Tipo: System.Boolean
- RecipientType
Tipo: System.Int32
- FrequencyPeriod
Tipo: System.Int32
- FrequencyValue
Tipo: System.Int32
- NextRun
Tipo: System.DateTime
Valor devuelto
Tipo: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Vea también
Referencia
clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable