SqlCeReplication.InternetPassword 屬性
此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 MethodAccessException。
[安全性關鍵]
指定連接至「SQL Server Compact 伺服器代理程式」時使用的密碼。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Property InternetPassword As String
Get
Set
'用途
Dim instance As SqlCeReplication
Dim value As String
value = instance.InternetPassword
instance.InternetPassword = value
public string InternetPassword { get; set; }
public:
property String^ InternetPassword {
String^ get ();
void set (String^ value);
}
member InternetPassword : string with get, set
function get InternetPassword () : String
function set InternetPassword (value : String)
屬性值
型別:System.String
「網際網路資訊服務」(IIS) 密碼字串。預設為沒有密碼。