DistributorPassword 屬性
指定連接至散發者時使用的登入密碼。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Property DistributorPassword As String
Get
Set
'用途
Dim instance As SqlCeReplication
Dim value As String
value = instance.DistributorPassword
instance.DistributorPassword = value
public string DistributorPassword { get; set; }
public:
property String^ DistributorPassword {
String^ get ();
void set (String^ value);
}
member DistributorPassword : string with get, set
function get DistributorPassword () : String
function set DistributorPassword (value : String)
屬性值
型別:System. . :: . .String
連接至散發者時使用的密碼。
備註
只有當 DistributorSecurityMode 設定為 DBAuthentication 時,才會使用 DistributorPassword。
如果未指定任何「散發者」連接屬性,則會假設「發行者」和「散發者」位於同一個 SQL Server 執行個體上,且會在連接至「散發者」時使用「發行者」連接屬性。然而,如果設定了任何「散發者」連接屬性,就必須設定所有必要的「散發者」屬性。