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


NotificationClass.DigestDelivery Property

Returns a value indicating if the notification class uses digest delivery.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
Public ReadOnly Property DigestDelivery As Boolean
public bool DigestDelivery { get; }
public:
virtual property bool DigestDelivery {
    bool get () sealed;
}
/** @property */
public final boolean get_DigestDelivery ()
public final function get DigestDelivery () : boolean

Значение свойства

true if the notification class uses digest delivery; otherwise false.

Замечания

For more information about digest delivery, see Задание сводной доставки или многоадресной доставки.

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

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.

См. также

Справочник

NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.NotificationServices Namespace