SqlCeReplication.DistributorPassword Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the login password used when connecting to the Distributor.
[Visual Basic] Public Property DistributorPassword As String [C#] public string DistributorPassword {get; set;} [C++] public: __property String* get_DistributorPassword(); public: __property void set_DistributorPassword(String*); [JScript] public function get DistributorPassword() : String; public function set DistributorPassword(String);
Property Value
The password used when connecting to the Distributor.
Remarks
DistributorPassword is used only when DistributorSecurityMode is set to DBAuthentication.
If none of the Distributor connection properties are specified, it is assumed that the Publisher and Distributor are the same instance of SQL Server and that Publisher connection properties are used when connecting to the Distributor. However, if you set any of the Distributor connection properties, you must set all of the required Distributor properties.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.