RegisteredSubscriber.DistributionDatabase Property

Definition

Gets or sets the name of the distribution database that the distribution Publisher uses.

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

Property Value

A String value that specifies the name of the distribution database that the distribution Publisher uses.

Remarks

In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher. This property is provided for backward compatibility with previous versions of SQL Server.

Applies to