SubscriberDevice Class

Represents a device that can receive notifications.

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

Sintaxis

'Declaración
<GuidAttribute("69B3809B-E5A8-3B11-A811-250CA9B665B4")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class SubscriberDevice
    Implements ISubscriberDevice
[GuidAttribute("69B3809B-E5A8-3B11-A811-250CA9B665B4")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class SubscriberDevice : ISubscriberDevice
[GuidAttribute(L"69B3809B-E5A8-3B11-A811-250CA9B665B4")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class SubscriberDevice : ISubscriberDevice
/** @attribute GuidAttribute("69B3809B-E5A8-3B11-A811-250CA9B665B4") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class SubscriberDevice implements ISubscriberDevice
GuidAttribute("69B3809B-E5A8-3B11-A811-250CA9B665B4") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class SubscriberDevice implements ISubscriberDevice

Notas

An object of the SubscriberDevice class represents a particular subscriber device that can be used to receive notifications. Subscriber devices in a Notification Services instance are associated with a subscriber by means of the subscriber ID.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.SubscriberDevice

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

SubscriberDevice Members
Microsoft.SqlServer.NotificationServices Namespace