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에서는 더 이상 게시자에 구독자를 명시적으로 등록할 필요가 없습니다. 이 속성은 이전 버전의 SQL Server 이전 버전과의 호환성을 위해 제공됩니다.

ReplicationAgentSchedule 개체는 새 일정을 설정하는 데 사용됩니다. 그런 다음 개체가 서버의 기존 개체를 RegisteredSubscriber 나타내는 경우 개체의 Update 메서드가 사용됩니다.

적용 대상