共用方式為


logonTriggerType 複雜類型

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

<xs:complexType name="logonTriggerType">
    <xs:complexContent>
        <xs:extension
            base="triggerBaseType"
        >
            <xs:sequence>
                <xs:element name="UserId"
                    type="nonEmptyString"
                    minOccurs="0"
                 />
                <xs:element name="Delay"
                    type="duration"
                    default="PT0M"
                    minOccurs="0"
                 />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

子元素

元素 類型 Description
延遲 duration 使用者登入和工作啟動時之間的時間量。
UserId nonEmptyString 使用者的識別碼。 當使用者登入電腦時,就會啟動工作。

備註

除了這裡定義的子項目之外, LogonTrigger 元素也會使用 triggerBaseType 複雜類型所定義的子項目。

規格需求

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

另請參閱

工作排程器架構複雜類型

工作排程器