registrationInfoType 複雜類型

定義 RegistrationInfo 元素的子專案和排序資訊。

<xs:complexType name="registrationInfoType">
    <xs:all>
        <xs:element name="URI"
            type="anyURI"
            minOccurs="0"
         />
        <xs:element name="SecurityDescriptor"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Source"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Date"
            type="dateTime"
            minOccurs="0"
         />
        <xs:element name="Author"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Version"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Description"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Documentation"
            type="string"
            minOccurs="0"
         />
    </xs:all>
</xs:complexType>

子元素

元素 類型 Description
作者 string 指定工作的作者。
日期 dateTime 指定註冊工作的日期和時間。
描述 string 指定工作的描述。
文件 string 指定工作的任何其他檔。
SecurityDescriptor string 指定工作的安全性描述元。
string 指定工作的來源。 例如,從元件、服務、應用程式或使用者。
URI anyURI 指定工作的 URI。
版本 string 指定工作的版本號碼。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

工作排程器架構複雜類型

工作排程器