TransSynchronizationAgent.PublisherDatabase Property

Definition

Gets or sets the name of the publication database.

public:
 virtual property System::String ^ PublisherDatabase { System::String ^ get(); void set(System::String ^ value); };
public virtual string PublisherDatabase { get; set; }
member this.PublisherDatabase : string with get, set
Public Overridable Property PublisherDatabase As String

Property Value

The name of the publication database.

Implements

Remarks

PublisherDatabase is a required property. An exception is thrown if PublisherDatabase is null.

Applies to