DeliveryChannel Class

Represents a delivery channel in a specified Notification Services instance. This class is deprecated in Microsoft SQL Server 2005.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
<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

Osservazioni

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

DeliveryChannel Members
Microsoft.SqlServer.NotificationServices Namespace