RegisteredSubscriber.DistributionDatabase プロパティ

定義

ディストリビューション パブリッシャーが使用するディストリビューション データベースの名前を取得します。値の設定も可能です。

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 値です。

注釈

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

適用対象