次の方法で共有


RegisteredSubscriber.DefaultDistributionSchedule プロパティ

スケジュールが指定されない場合にディストリビューション エージェントに割り当てられる既定のスケジュールを取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property DefaultDistributionSchedule As ReplicationAgentSchedule 
    Get
'使用
Dim instance As RegisteredSubscriber 
Dim value As ReplicationAgentSchedule 

value = instance.DefaultDistributionSchedule
public ReplicationAgentSchedule DefaultDistributionSchedule { get; }
public:
property ReplicationAgentSchedule^ DefaultDistributionSchedule {
    ReplicationAgentSchedule^ get ();
}
member DefaultDistributionSchedule : ReplicationAgentSchedule
function get DefaultDistributionSchedule () : ReplicationAgentSchedule

プロパティ値

型: Microsoft.SqlServer.Replication.ReplicationAgentSchedule
スケジュールを指定する ReplicationAgentSchedule オブジェクトの値です。

説明

Microsoft SQL Server 2005 では、パブリッシャーでサブスクライバーを明示的に登録する必要はなくなりました。 このプロパティは、SQL Server の旧バージョンとの互換性を維持するために用意されています。

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

関連項目

参照

RegisteredSubscriber クラス

Microsoft.SqlServer.Replication 名前空間