SubscriberDevice.DeviceAddress Property

デバイスとの接続に使用するアドレスを取得します。値の設定も可能です。

名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)

構文

'宣言
Public Property DeviceAddress As String
public string DeviceAddress { get; set; }
public:
virtual property String^ DeviceAddress {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_DeviceAddress ()

/** @property */
public final void set_DeviceAddress (String value)
public final function get DeviceAddress () : String

public final function set DeviceAddress (value : String)

プロパティ値

サブスクライバ デバイスのアドレスを表す String です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

SubscriberDevice Class
SubscriberDevice Members
Microsoft.SqlServer.NotificationServices Namespace