DistributionSubscription.AgentSchedule Property

Definition

Gets the synchronization agent schedule for the subscription.

public:
 property Microsoft::SqlServer::Replication::ReplicationAgentSchedule ^ AgentSchedule { Microsoft::SqlServer::Replication::ReplicationAgentSchedule ^ get(); };
public Microsoft.SqlServer.Replication.ReplicationAgentSchedule AgentSchedule { get; }
member this.AgentSchedule : Microsoft.SqlServer.Replication.ReplicationAgentSchedule
Public ReadOnly Property AgentSchedule As ReplicationAgentSchedule

Property Value

The synchronization agent schedule for the subscription.

Remarks

The AgentSchedule property can only be retrieved by members of the db_owner fixed database role on the distribution database.

Applies to