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固定データベース役割のメンバーのみが取得可能です。

適用対象