Provider (SystemPropertiesType) 要素
イベントをログに記録したプロバイダーを識別します。
<xs:element name="Provider">
<xs:complexType>
<xs:attribute name="Name"
type="anyURI"
use="optional"
/>
<xs:attribute name="Guid"
type="GUIDType"
use="optional"
/>
<xs:attribute name="EventSourceName"
type="string"
use="optional"
/>
</xs:complexType>
</xs:element>
Provider 要素は、SystemPropertiesType 複合型によって定義されます。
属性
名前 | Type | Description |
---|---|---|
EventSourceName | string | イベントを発行したイベント ソースの名前 (イベント ソースが従来の イベント ログ API からの名前の場合)。 |
Guid | GUIDType | プロバイダーを一意に識別するグローバル一意識別子。 |
Name | anyURI | イベントをログに記録したイベント プロバイダーの名前。 |
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |