DeliveryChannel Class
Represents a delivery channel in a specified Notification Services instance. This class is deprecated in Microsoft SQL Server 2005.
Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntaxe
'Déclaration
<GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class DeliveryChannel
Implements IDeliveryChannel
[GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class DeliveryChannel : IDeliveryChannel
[GuidAttribute(L"B3CBA076-E430-3285-BC8E-DDDC2AE75F26")]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class DeliveryChannel : IDeliveryChannel
/** @attribute GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class DeliveryChannel implements IDeliveryChannel
GuidAttribute("B3CBA076-E430-3285-BC8E-DDDC2AE75F26")
ComVisibleAttribute(true)
ClassInterfaceAttribute(ClassInterfaceType.None)
public class DeliveryChannel implements IDeliveryChannel
Notes
In SQL Server 2005, classes for creating and managing Notification Services instances and applications are in the Microsoft.SqlServer.Management.Nmo namespace. This DeliveryChannel class, replaced by the Microsoft.SqlServer.Management.Nmo.DeliveryChannel class, is included only for compatibility with earlier versions of Notification Services and may not be supported in a future release.
This class exists to encapsulate a delivery channel and expose it for use in your subscription management interface.
This class does not have a constructor. Use a DeliveryChannel object returned by the Item property.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.NotificationServices.DeliveryChannel
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
DeliveryChannel Members
Microsoft.SqlServer.NotificationServices Namespace