Share via


DistributionSubscription.DistributionDBName プロパティ

定義

ディストリビューション データベースの名前を取得します。値の設定も可能です。

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

プロパティ値

ディストリビューション データベースの名前。

注釈

このプロパティは、既存のサブスクリプションには設定できません。

DistributionDBName プロパティを取得できるのは、ディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。

DistributionDBName プロパティは、すべてのユーザーが設定できます。

適用対象