다음을 통해 공유


monthsType 복합 형식

Months(monthlyDayOfWeekScheduleType) 및 Months(monthlyScheduleType) 요소에 대한 자식 요소 및 시퀀싱 정보를 정의합니다.

<xs:complexType name="monthsType">
    <xs:all>
        <xs:element name="January"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="February"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="March"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="April"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="May"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="June"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="July"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="August"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="September"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="October"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="November"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="December"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

자식 요소

요소 Type Description
April 해당 없음 작업이 4월에 실행되도록 지정합니다.
8월 해당 없음 작업이 8월에 실행되도록 지정합니다.
12월 해당 없음 작업이 12월에 실행되도록 지정합니다.
February 해당 없음 작업이 2월에 실행되도록 지정합니다.
January 해당 없음 작업이 1월에 실행되도록 지정합니다.
7월 해당 없음 작업이 7월에 실행되도록 지정합니다.
6월 해당 없음 작업이 6월에 실행되도록 지정합니다.
March 해당 없음 작업이 3월에 실행되도록 지정합니다.
5월 해당 없음 작업이 5월에 실행되도록 지정합니다.
11월 해당 없음 작업이 11월에 실행되도록 지정합니다.
10월 해당 없음 작업이 10월에 실행되도록 지정합니다.
9월 해당 없음 작업이 9월에 실행되도록 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

작업 스케줄러 스키마 복합 형식

작업 Scheduler