Share via


DeliveryChannel Class

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

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
<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

주의

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

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

DeliveryChannel Members
Microsoft.SqlServer.NotificationServices Namespace