次の方法で共有


DistributionSubscription.PublicationDBName プロパティ

定義

パブリケーション データベースの名前を取得します。値の設定も可能です。

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

プロパティ値

パブリケーション データベースの名前。

注釈

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

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

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

適用対象