Partager via


RecipientInfo.DeviceAddress Property

Gets the target device address for the notification.

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

Syntaxe

'Déclaration
Public ReadOnly Property DeviceAddress As String
public string DeviceAddress { get; }
public:
property String^ DeviceAddress {
    String^ get ();
}
/** @property */
public String get_DeviceAddress ()
public function get DeviceAddress () : String

Valeur de propriété

A String containing the address of the target device for the given recipient. This value is obtained from the SubscriberDevice record associated with the notification.

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 Class
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace