Share via


RecipientInfo Class

Provides information about the target recipient of a notification.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
Public Class RecipientInfo
public class RecipientInfo
public ref class RecipientInfo
public class RecipientInfo
public class RecipientInfo

Notes

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace