言語

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メソッドが使われます。

適用対象