Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.RemoveAlertSubscriptionInfoRow method

Exclui o objeto de linha especificada a AlertSubscriptionInfoDataTable.

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

Syntax

'Declaração
Public Sub RemoveAlertSubscriptionInfoRow ( _
    row As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow _
)
'Uso
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim row As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

instance.RemoveAlertSubscriptionInfoRow(row)
public void RemoveAlertSubscriptionInfoRow(
    AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow row
)

Parâmetros

Ver também

Referência

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable members

WebSvcNotifications namespace