InternetProxyPassword プロパティ (レプリケーション)
InternetProxyPassword プロパティには、InternetProxyServer プロパティで定義されたプロキシ サーバー (認証が必要) に接続する場合に使用するパスワードを指定します。
構文
object.InternetProxyPassword [= value]
適用対象
SQL Server Compact 3.5 Replication オブジェクト
パラメーター
- value
プロキシ サーバーのパスワード文字列。既定では、パスワードはありません。
データ型
文字列
属性
読み取り/書き込み
プロトタイプ
HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);
説明
基本認証を使用するようにプロキシ サーバーが設定されている場合は、InternetProxyPassword の設定を省略できません。