次の方法で共有


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.AddAlertSubscriptionInfoRow メソッド (Guid, String, Boolean, Boolean)

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

名前空間:  WebSvcNotifications
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Function AddAlertSubscriptionInfoRow ( _
    AlertUID As Guid, _
    AlertName As String, _
    EnabledByDefault As Boolean, _
    IsSubscribed As Boolean _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
'使用
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim AlertUID As Guid
Dim AlertName As String
Dim EnabledByDefault As Boolean
Dim IsSubscribed As Boolean
Dim returnValue As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

returnValue = instance.AddAlertSubscriptionInfoRow(AlertUID, _
    AlertName, EnabledByDefault, IsSubscribed)
public AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow AddAlertSubscriptionInfoRow(
    Guid AlertUID,
    string AlertName,
    bool EnabledByDefault,
    bool IsSubscribed
)

パラメーター

戻り値

型: WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

関連項目

参照先

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable クラス

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable メンバー

AddAlertSubscriptionInfoRow オーバーロード

WebSvcNotifications 名前空間