共用方式為


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.AddReminderSubscriptionInfoRow 方法 (Guid, String, Boolean, Int32, Boolean, Int32, Int32, Int32, DateTime)

此成員是保留給內部使用,而不是用來直接從您的程式碼使用

命名空間:  WebSvcNotifications
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
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
'用途
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
)

參數

傳回值

類型:WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

請參閱

參照

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 類別

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 成員

AddReminderSubscriptionInfoRow 多載

WebSvcNotifications 命名空間