다음을 통해 공유


FrequencySubDay Property

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The FrequencySubDay property specifies the unit for the least significant portion of a scheduled activity.

구문

object.FrequencySubDay [=value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list.

  • value
    A long integer that specifies a daily occurrence for the scheduled activity as described in Settings.

Data Type

Long, enumerated

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFrequencySubDay(SQLDMO_FREQSUB_TYPE* pRetVal);
HRESULT SetFrequencySubDay(SQLDMO_FREQSUB_TYPE NewValue);

Settings

Constant

Value

Description

SQLDMOFreqSub_Hour

8

The schedule reflects an activity scheduled using an hour as the unit.

SQLDMOFreqSub_Minute

4

The schedule reflects an activity scheduled using a minute as the unit.

SQLDMOFreqSub_Once

1

The schedule reflects an activity that occurs once on a scheduled unit.

SQLDMOFreqSub_Unknown

0

Subunits are not valid for the scheduled activity.

SQLDMOFreqSub_Valid

13

A mask to test schedule subfrequency validity.

주의

The FrequencySubDay property specifies the unit for schedule evaluation for schedules for activities occurring several times in one day. Set the FrequencySubDayInterval property to specify the number units.

Applies To: