Condividi tramite


RecipientInfo.DeviceAddress Property

Gets the target device address for the notification.

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

Sintassi

'Dichiarazione
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

Valore proprietà

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.

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