Поделиться через


RecipientInfo.DeviceAddress Property

Gets the target device address for the notification.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
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

Значение свойства

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

RecipientInfo Class
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace