NotificationClass.MulticastDelivery Property
Returns a value indicating if the notification class uses multicast delivery.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Public ReadOnly Property MulticastDelivery As Boolean
public bool MulticastDelivery { get; }
public:
virtual property bool MulticastDelivery {
bool get () sealed;
}
/** @property */
public final boolean get_MulticastDelivery ()
public final function get MulticastDelivery () : boolean
Значение свойства
true if the notification class uses multicast delivery; otherwise, false.
Замечания
For more information about multicast 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