다음을 통해 공유


SqlCeReplication.PublisherPassword 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 Publisher.

Public Property PublisherPassword As String
[C#]
public string PublisherPassword {get; set;}
[C++]
public: __property String* get_PublisherPassword();public: __property void set_PublisherPassword(String*);
[JScript]
public function get PublisherPassword() : String;public function set PublisherPassword(String);

Property Value

The login password. The default is no password (empty string).

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace