Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.AddAlertSubscriptionInfoRow method (Guid, String, Boolean, Boolean)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Function AddAlertSubscriptionInfoRow ( _
    AlertUID As Guid, _
    AlertName As String, _
    EnabledByDefault As Boolean, _
    IsSubscribed As Boolean _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
'Uso
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
)

Parâmetros

Valor retornado

Type: WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

Ver também

Referência

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable members

AddAlertSubscriptionInfoRow overload

WebSvcNotifications namespace