다음을 통해 공유


daysOfWeekType 복합 형식

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

<xs:complexType name="daysOfWeekType">
    <xs:all>
        <xs:element name="Monday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Tuesday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Wednesday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Thursday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Friday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Saturday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="Sunday"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

자식 요소

요소 Type Description
금요일 해당 없음 작업은 금요일에 실행됩니다.
월요일 해당 없음 작업은 월요일에 실행됩니다.
토요일 해당 없음 작업은 토요일에 실행됩니다.
일요일 해당 없음 작업은 일요일에 실행됩니다.
목요일 해당 없음 목요일에 작업 실행
화요일 해당 없음 작업은 화요일에 실행됩니다.
수요일 해당 없음 작업은 수요일에 실행됩니다.

요구 사항

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

추가 정보

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

작업 Scheduler