InternetProxyPassword 屬性 (複寫)
InternetProxyPassword 屬性會指定在連接到需要驗證的 Proxy 伺服器 (定義於 InternetProxyServer 屬性中) 時所使用的密碼。
語法
object.InternetProxyPassword [= value]
適用於
SQL Server Compact 3.5 Replication 物件
參數
- value
Proxy 伺服器密碼字串。預設值為沒有密碼。
資料類型
字串
可修改
讀取/寫入
原型
HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);
備註
如果將 Proxy 伺服器設定為使用「基本驗證」,就需要 InternetProxyPassword 屬性。