InternetProxyPassword 屬性
指定在連接到需要驗證的 Proxy 伺服器 (定義於 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
Proxy 伺服器密碼字串。預設為沒有密碼。
備註
如果 Proxy 伺服器是設定為使用基本驗證,則即使已設定 SQL Server Compact 3.5 轉送,還是需要 InternetProxyPassword。