RegisteredSubscriber.DistributionDatabase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.