次の方法で共有


DistributionSubscription.PublisherName プロパティ

定義

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

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

プロパティ値

サブスクリプションが属するパブリケーションのパブリッシャーです。

注釈

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

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

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

適用対象