Subscriber Class

Represents an individual subscriber in a given Notification Services instance.

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

Sintassi

'Dichiarazione
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("878D5CFD-9C6E-33C4-A3A1-1EE9F6A422AF")> _
Public Class Subscriber
    Implements ISubscriber
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute("878D5CFD-9C6E-33C4-A3A1-1EE9F6A422AF")] 
public class Subscriber : ISubscriber
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[ComVisibleAttribute(true)] 
[GuidAttribute(L"878D5CFD-9C6E-33C4-A3A1-1EE9F6A422AF")] 
public ref class Subscriber : ISubscriber
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("878D5CFD-9C6E-33C4-A3A1-1EE9F6A422AF") */ 
public class Subscriber implements ISubscriber
ClassInterfaceAttribute(ClassInterfaceType.None) 
ComVisibleAttribute(true) 
GuidAttribute("878D5CFD-9C6E-33C4-A3A1-1EE9F6A422AF") 
public class Subscriber implements ISubscriber

Osservazioni

An object of the Subscriber class represents a Notification Services subscriber. Subscriptions and subscriber devices in the Notification Services system are associated with a subscriber by means of the subscriber ID.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.Subscriber

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

Subscriber Members
Microsoft.SqlServer.NotificationServices Namespace