次の方法で共有


DistributionSubscription.PublicationName プロパティ

定義

サブスクリプションが属するパブリケーションの名前を取得します。値の設定も可能です。

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

プロパティ値

サブスクリプションが属するパブリケーションの名前。

注釈

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

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

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

適用対象