Share via


SqlCeReplication.PublisherDatabase Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the name of the publication database.

  [Visual Basic]
  Public Property PublisherDatabase As String
[C#]
public string PublisherDatabase {get; set;}
[C++]
public: __property String* get_PublisherDatabase();
public: __property void set_PublisherDatabase(String*);
[JScript]
public function get PublisherDatabase() : String;
public function set PublisherDatabase(String);

Property Value

The name of the publication database.

Remarks

The PublisherDatabase property is required.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.