RecipientInfo Class
Provides information about the target recipient of a notification.
Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Sintaxis
'Declaración
Public Class RecipientInfo
public class RecipientInfo
public ref class RecipientInfo
public class RecipientInfo
public class RecipientInfo
Notas
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
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
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace