Partager via


NotificationClass.MulticastDelivery Property

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

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

true if the notification class uses multicast delivery; otherwise, false.

Notes

For more information about multicast delivery, see Spécification de la livraison de type digest ou par multidiffusion.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.NotificationServices Namespace