SqlCeReplication.DistributorPassword Property
指定連接至散發者時使用的登入密碼。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 system.data.sqlserverce.dll)
語法
'宣告
Public Property DistributorPassword As String
public string DistributorPassword { get; set; }
public:
property String^ DistributorPassword {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DistributorPassword ()
/** @property */
public void set_DistributorPassword (String value)
public function get DistributorPassword () : String
public function set DistributorPassword (value : String)
屬性值
連接至散發者時使用的密碼。
備註
只有當 DistributorSecurityMode 設定為 DBAuthentication 時,才會使用 DistributorPassword。
如果未指定任何「散發者」連接屬性,則會假設「發行者」和「散發者」位於同一個 SQL Server 執行個體上,且會在連接至「散發者」時使用「發行者」連接屬性。然而,如果設定了任何「散發者」連接屬性,就必須設定所有必要的「散發者」屬性。
執行緒安全性
任何公用靜態 (共用 在 Microsoft Visual Basic) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。
平台
開發平台
Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
版本資訊
.NET Framework 及 NET Compact Framework
支援於 3.5
.NET Framework
支援於 3.0
.NET Compact Framework 及 .Net Framework
支援於 2.0
另請參閱
參考
SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace