언어

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 새로운 일정을 설정하는 데 사용됩니다. 그 다음 Update 객체가 서버에 존재하는 객체를 나타내면 RegisteredSubscriber 그 메서드가 사용됩니다.

적용 대상