ReplicationAgentSchedule.FrequencySubDay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the frequency in minutes for scheduled activities that occur several times a day.
public:
property Microsoft::SqlServer::Replication::ScheduleFrequencySubDay FrequencySubDay { Microsoft::SqlServer::Replication::ScheduleFrequencySubDay get(); void set(Microsoft::SqlServer::Replication::ScheduleFrequencySubDay value); };
public Microsoft.SqlServer.Replication.ScheduleFrequencySubDay FrequencySubDay { get; set; }
member this.FrequencySubDay : Microsoft.SqlServer.Replication.ScheduleFrequencySubDay with get, set
Public Property FrequencySubDay As ScheduleFrequencySubDay
Property Value
A ScheduleFrequencySubDay value.
Remarks
The number of units is specified with the FrequencySubDayInterval property.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.