ReplicationAgentSchedule.FrequencyType 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 for a scheduled activity.
public:
property Microsoft::SqlServer::Replication::ScheduleFrequencyType FrequencyType { Microsoft::SqlServer::Replication::ScheduleFrequencyType get(); void set(Microsoft::SqlServer::Replication::ScheduleFrequencyType value); };
public Microsoft.SqlServer.Replication.ScheduleFrequencyType FrequencyType { get; set; }
member this.FrequencyType : Microsoft.SqlServer.Replication.ScheduleFrequencyType with get, set
Public Property FrequencyType As ScheduleFrequencyType
Property Value
A ScheduleFrequencyType value.
Remarks
An example of this is to schedule an activity to occur every 15 minutes. Set FrequencyType to Daily, FrequencySubDay to Minute, and FrequencySubDayInterval to 15.
The FrequencySubDayInterval property is only evaluated when the FrequencySubDay property is set to Hour or Minute.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.