Поделиться через


Notification.Save Method

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

Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Синтаксис

'Декларация
Public MustOverride Sub Save
public abstract void Save ()
public:
virtual void Save () abstract
public abstract void Save ()
public abstract function Save ()

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Notification Class
Notification Members
Microsoft.ReportingServices.Interfaces Namespace