DeliveryChannel Class

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

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
<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

Notas

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DeliveryChannel Members
Microsoft.SqlServer.NotificationServices Namespace