RegisteredSubscriber.DistributionDatabase プロパティ

定義

Publisherが使用する配布データベースの名前を取得したり設定したりします。

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

プロパティ値

Stringの値で、そのPublisherが使用する配布データベースの名前を指定します。

注釈

Microsoft SQL Server 2005では、Publisherでサブスクライバーを明示的に登録する必要はなくなりました。 このプロパティは、以前のSQL Serverバージョンとの後方互換性のために提供されています。

適用対象