InternetPassword 屬性 (RDA)
InternetPassword 屬性指定連接到 SQL Server Compact 3.5 (SQL Server Compact 3.5) 伺服器代理程式時使用的 Microsoft Internet Information Services (IIS) 密碼。如果虛擬目錄是設定為允許匿名存取,則此屬性會被忽略。否則就需要此屬性。
語法
object.InternetPassword(value)
適用於
SQL Server Compact 3.5 RDA 物件
資料類型
String
可修改
讀取/寫入
原型
HRESULT get_InternetPassword(BSTR *pVal);
HRESULT put_InternetPassword(BSTR newVal);
通用參數
參數 | 描述 |
---|---|
value |
IIS 密碼字串。預設值為沒有密碼。 |
備註
若 SQL Server Compact 3.5 伺服器代理程式是設定為使用基本驗證或整合式 Windows 驗證,便需要 InternetPassword 屬性。
當您使用基本驗證時,InternetLogin 和 InternetPassword 屬性的值會以純文字格式透過網路傳遞。我們建議您將 IIS 設定成使用安全通訊端層 (SSL) 加密,以保護此項資訊。若使用整合式 Windows 驗證,InternetLogin 和 InternetPassword 值就不會在網路上傳送。