語言

RegisteredSubscriber.DefaultDistributionSchedule 屬性

定義

若未指定,則會獲得預設排程指派給 散發代理程式。

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

屬性值

一個 ReplicationAgentSchedule 指定排程的物件值。

備註

在 Microsoft SQL Server 2005 中,不再需要在 Publisher 明確註冊訂閱者。 此特性是為了向下相容於先前版本的 SQL Server。

物件 ReplicationAgentSchedule 用來設定新的排程。 若物件RegisteredSubscriber代表伺服器上已存在的物件,則使用該物件的方法Update

適用於