Share via


SubscriberDevice.DeviceName Property

Gets or sets the device name.

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

Syntaxe

'Déclaration
Public Property DeviceName As String
public string DeviceName { get; set; }
public:
virtual property String^ DeviceName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_DeviceName ()

/** @property */
public final void set_DeviceName (String value)
public final function get DeviceName () : String

public final function set DeviceName (value : String)

Valeur de propriété

A String containing the name of the subscriber device.

Notes

The device name, in combination with the subscriber ID, uniquely identifies this record in the subscriber devices table.

ms149145.note(fr-fr,SQL.90).gifRemarque :
The combined length of the values in the DeviceName and SubscriberId columns cannot exceed 900 bytes, which is 450 Unicode characters.

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

SubscriberDevice Class
SubscriberDevice Members
Microsoft.SqlServer.NotificationServices Namespace