Share via


DistributionSubscription.DistributionAgent プロパティ

定義

サブスクリプションの同期に使用されるSQL Server エージェント ジョブの名前を取得します。

public:
 property System::String ^ DistributionAgent { System::String ^ get(); };
public string DistributionAgent { get; }
member this.DistributionAgent : string
Public ReadOnly Property DistributionAgent As String

プロパティ値

サブスクリプションの同期に使用されるSQL Server エージェント ジョブの名前。

注釈

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

適用対象