RecipientInfo Class
Provides information about the target recipient of a notification.
Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntax
'Declaration
Public Class RecipientInfo
public class RecipientInfo
public ref class RecipientInfo
public class RecipientInfo
public class RecipientInfo
Hinweise
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
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace