jenis kompleks principalType
- Artikel
-
-
Menentukan atribut, elemen anak, dan informasi urutan untuk elemen Utama .
<xs:complexType name="principalType">
<xs:all>
<xs:element name="UserId"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="LogonType"
type="logonType"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="GroupId"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="DisplayName"
type="string"
minOccurs="0"
/>
<xs:element name="RunLevel"
type="runLevelType"
minOccurs="0"
/>
<xs:element name="ProcessTokenSidType"
type="processTokenSidType"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="RequiredPrivileges"
type="requiredPrivilegesType"
minOccurs="0"
/>
</xs:all>
<xs:attribute name="id"
type="ID"
use="optional"
/>
</xs:complexType>
Elemen anak
Atribut
Nama |
Jenis |
Deskripsi |
id |
ID |
Menentukan pengidentifikasi utama.
|
Persyaratan
Persyaratan |
Nilai |
Klien minimum yang didukung
|
Windows 7 [hanya aplikasi desktop]
|
Server minimum yang didukung
|
Windows Server 2008 R2 [hanya aplikasi desktop]
|
Lihat juga
-
Tipe Kompleks Skema Penjadwal Tugas
-
Tugas Microsoft Azure Scheduler