RegistrationInfo (taskType) 元素
指定有关任务的管理信息,例如任务作者和注册任务的日期。
<xs:element name="RegistrationInfo"
type="registrationInfoType"
minOccurs="0"
/>
RegistrationInfo 元素由 taskType 复杂类型定义。
父元素
元素 | 派生 | 说明 |
---|---|---|
Task | taskType | 定义任务计划程序服务执行的任务。 |
子元素
元素 | 类型 | 说明 |
---|---|---|
创作 (registrationInfoType) | 字符串 | 指定任务的作者。 |
Date (registrationInfoType) | dateTime | 指定注册任务的日期和时间。 |
说明 (registrationInfoType) | 字符串 | 指定任务的描述。 |
文档 (registrationInfoType) | string | 指定任务的任何其他文档。 |
SecurityDescriptor (registrationInfoType) | 字符串 | 指定任务的安全描述符。 |
Source (registrationInfoType) | 字符串 | 指定任务源自何处。 例如,从组件、服务、应用程序或用户。 |
URI (registrationInfoType) | anyURI | 指定任务的 URI。 |
版本 (registrationInfoType) | string | 指定任务的版本号。 |
注解
对于脚本开发,使用 TaskDefinition.RegistrationInfo 属性指定任务的注册信息。
对于 C++ 开发,使用 ITaskDefinition 的 RegistrationInfo 属性指定任务的注册信息。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |