次の方法で共有


InternetProxyPassword プロパティ

認証を必要とする (InternetProxyServer プロパティで定義されている) プロキシ サーバーへの接続時に使用するパスワードを指定します。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public Property InternetProxyPassword As String
    Get
    Set
'使用
Dim instance As SqlCeRemoteDataAccess
Dim value As String

value = instance.InternetProxyPassword

instance.InternetProxyPassword = value
public string InternetProxyPassword { get; set; }
public:
property String^ InternetProxyPassword {
    String^ get ();
    void set (String^ value);
}
member InternetProxyPassword : string with get, set
function get InternetProxyPassword () : String
function set InternetProxyPassword (value : String)

プロパティ値

型: System. . :: . .String
プロキシ サーバーのパスワード文字列。既定では、パスワードはありません。

説明

プロキシ サーバーが基本認証を使用するように設定されている場合、SQL Server Compact 3.5 Relay が設定されていても、InternetProxyPassword プロパティは必須です。

関連項目

参照

SqlCeRemoteDataAccess クラス

SqlCeRemoteDataAccess メンバー

System.Data.SqlServerCe 名前空間