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 オブジェクトは、新しいスケジュールを設定するために使用されます。 新しいスケジュールの設定後、Update オブジェクトがサーバー上の既存のオブジェクトを表す場合は、このオブジェクトの RegisteredSubscriber メソッドを使用します。

適用対象