Share via


RecipientInfo Class

Provides information about the target recipient of a notification.

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

Sintassi

'Dichiarazione
Public Class RecipientInfo
public class RecipientInfo
public ref class RecipientInfo
public class RecipientInfo
public class RecipientInfo

Osservazioni

Notification Services distributors use the RecipientInfo class to provide information about the target recipient to content formatters and delivery protocols.

The RecipientInfo class has no public constructor. The distributor creates an object of this class and passes it to the FormatContent method of the content formatter.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.RecipientInfo

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

RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace