TransSynchronizationAgent.SubscriberDatabase Property

Definition

Gets or sets the name of the subscription database.

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

Property Value

The name of the subscription database.

Implements

Remarks

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

Applies to