Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the target device address for the notification.
Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntax
'Declaration
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
Eigenschaftswert
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.
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 Class
RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace