RegisteredSubscriber.DefaultDistributionSchedule 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要指派給散發代理程式的預設排程 (如果未指定)。
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 ,不再需要在「發行者」端明確註冊「訂閱者」。 提供這個屬性是為了與舊版的回溯相容性 SQL Server 。
ReplicationAgentSchedule物件是用來設定新的排程。 然後, Update 如果 RegisteredSubscriber 物件代表伺服器上的現有物件,則會使用物件的方法。