Compartilhar via


Método Notification.Save

Saves changes made to a Notification object in the associated subscription.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
Public MustOverride Sub Save
'Uso
Dim instance As Notification

instance.Save()
public abstract void Save()
public:
virtual void Save() abstract
abstract Save : unit -> unit
public abstract function Save()

Comentários

The Save method allows delivery extensions to update a subscription with changes made to the Notification object. Any changes to the UserData and Status properties are written back to the subscription that was used to generate the Notification object. The Save method allows delivery extensions to update the status of the subscription and to upgrade configuration information without requiring a user to recreate a subscription.

Consulte também

Referência

Notification Classe

Namespace Microsoft.ReportingServices.Interfaces