ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow - Méthode (Guid, String, Boolean, Int32, Boolean, Int32, Int32, Int32, DateTime)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : WebSvcNotifications
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
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
'Utilisation
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
)
Paramètres
- ReminderUID
Type : System.Guid
- ReminderName
Type : System.String
- ReminderIsRepetitive
Type : System.Boolean
- ReminderCategory
Type : System.Int32
- IsSubscribed
Type : System.Boolean
- RecipientType
Type : System.Int32
- FrequencyPeriod
Type : System.Int32
- FrequencyValue
Type : System.Int32
- NextRun
Type : System.DateTime
Valeur renvoyée
Type : WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Voir aussi
Référence
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable classe
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable - Membres