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>
子要素
要素 |
Type |
説明 |
Author |
string |
タスクの作成者を指定します。
|
Date |
dateTime |
タスクが登録される日時を指定します。
|
説明 |
string |
タスクの説明を指定します。
|
ドキュメント |
string |
タスクの追加のドキュメントを指定します。
|
SecurityDescriptor |
string |
タスクのセキュリティ記述子を指定します。
|
ソース |
string |
タスクの発生元を指定します。 たとえば、コンポーネント、サービス、アプリケーション、ユーザーなどです。
|
Uri |
anyURI |
タスクの URI を指定します。
|
Version |
string |
タスクのバージョン番号を指定します。
|
必要条件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|
関連項目
-
タスク スケジューラ スキーマ複合型
-
タスク スケジューラ