カウンター複合型
- [アーティクル]
-
-
プロバイダーと、プロバイダーが提供するカウンターを識別するインストルメンテーション マニフェストのセクションを定義します。
<xs:complexType name="counters">
<xs:choice
minOccurs="1"
maxOccurs="1"
>
<xs:element name="provider"
type="man:provider"
/>
</xs:choice>
<xs:attribute name="schemaVersion"
use="required"
>
<xs:simpleType>
<xs:restriction
base="xs:string"
>
<xs:enumeration
value="1.1"
/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
子要素
属性
名前 |
Type |
説明 |
schemaVersion |
|
マニフェストの記述に使用されるスキーマのバージョン。
|
必要条件
要件 |
値 |
サポートされている最小のクライアント
|
Windows Vista [デスクトップ アプリのみ]
|
サポートされている最小のサーバー
|
Windows Server 2008 [デスクトップ アプリのみ]
|
関連項目
-
計測