Freigeben über


Notification.Save Method

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

Namespace: Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntax

'Declaration
Public MustOverride Sub Save
public abstract void Save ()
public:
virtual void Save () abstract
public abstract void Save ()
public abstract function Save ()

Hinweise

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.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Notification Class
Notification Members
Microsoft.ReportingServices.Interfaces Namespace