次の方法で共有


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.FindByAlertUID メソッド

警告 GUID を使用して、 AlertSubscriptionInfoRowオブジェクトを取得します。

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

構文

'宣言
Public Function FindByAlertUID ( _
    AlertUID As Guid _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
'使用
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim AlertUID As Guid
Dim returnValue As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

returnValue = instance.FindByAlertUID(AlertUID)
public AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow FindByAlertUID(
    Guid AlertUID
)

パラメーター

  • AlertUID
    型: System.Guid

    アラートの GUID が含まれています。

戻り値

型: WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

関連項目

参照先

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable クラス

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable メンバー

WebSvcNotifications 名前空間