次の方法で共有


healthMonitoring の eventMappings の remove 要素 (ASP.NET 設定スキーマ)

[このドキュメントはプレビューのみを目的としており、以降のリリースで変更される可能性があります。プレースホルダーとして空白のトピックが含まれています。]

指定されたイベント表示名のマップを削除します。

<remove name="mapping name" />

属性および要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

属性

Description

name

必須の String 属性です。

コレクションから削除する EventMappingSettings オブジェクトの名前。

NoteNote
有効な名前を指定しなかった場合でも、実行時に構成エラーが生成されることはありません。

子要素

なし。

親要素

要素

Description

Configuration

共通言語ランタイムおよび .NET Framework アプリケーションで使用されるすべての構成ファイルのルート要素です。

system.web

ASP.NET 構成セクションのルート要素を指定します。

healthMonitoring

状態の監視に対応したアプリケーションを構成します。

eventMappings

イベントの表示名を関連するイベントの種類にマップします。

使用例

コレクションからイベントを削除する例を次に示します。

<healthMonitoring>
  <eventMappings>
    <remove name="Heartbeats"/>
  </eventMappings>
</healthMonitoring>

要素情報

構成セクション ハンドラー

System.Web.Configuration.HealthMonitoringSection

構成メンバー

HealthMonitoringSection.EventMappings

構成できる場所

Machine.config

ルート レベルの Web.config

アプリケーション レベルの Web.config

要件

IIS 5.0 以上

.NET Framework 2.0

Visual Studio 2005

参照

処理手順

How to: Lock ASP.NET Configuration Settings

Reference

healthMonitoring 要素 (ASP.NET 設定スキーマ)

healthMonitoring の eventMappings 要素 (ASP.NET 設定スキーマ)

healthMonitoring の eventMappings の add 要素 (ASP.NET 設定スキーマ)

healthMonitoring の eventMappings の clear 要素 (ASP.NET 設定スキーマ)

System.Configuration

System.Configuration.Configuration

System.Web.Configuration

概念

ASP.NET Configuration Overview

ASP.NET Server Controls and Browser Capabilities

Securing Configuration

Configuration Inheritance

その他の技術情報

ASP.NET Configuration Files

ASP.NET 構成設定

全般構成設定 (ASP.NET)

ASP.NET Configuration API