HealthMonitoringSection.Providers プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HealthMonitoringSection.Providers プロパティの意味・解説 

HealthMonitoringSection.Providers プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

ProviderSettings オブジェクトの ProviderSettingsCollection コレクション取得します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public ReadOnly Property
 Providers As ProviderSettingsCollection
Dim instance As HealthMonitoringSection
Dim value As ProviderSettingsCollection

value = instance.Providers
public ProviderSettingsCollection Providers { get;
 }
public:
property ProviderSettingsCollection^ Providers {
    ProviderSettingsCollection^ get ();
}
/** @property */
public ProviderSettingsCollection get_Providers ()
public function get Providers
 () : ProviderSettingsCollection

プロパティ
ProviderSettingsCollection コレクション既定値は空の ProviderSettingsCollection コレクションです。

解説解説
使用例使用例

Providers プロパティ使用方法コード例次に示します。このコード例は、HealthMonitoringSection クラストピック取り上げているコード例一部分です。

' Display contents of the Providers collection property
Console.WriteLine("Providers Collection contains {0} values:",
 _
    healthMonitoringSection.Providers.Count)

' Display all elements.
For i As System.Int32 = 0 To
 healthMonitoringSection.Providers.Count - 1
    Dim providerStg As System.Configuration.ProviderSettings
 = _
        healthMonitoringSection.Providers(i)
    Console.WriteLine("  Item {0}: Name = '{1}' Type = '{2}'",
 i, _
        providerStg.Name, providerStg.Type)
Next

// Display contents of the Providers collection property
Console.WriteLine("Providers Collection contains {0} values:", 
    healthMonitoringSection.Providers.Count);

// Display all elements.
for (System.Int32 i = 0; i < healthMonitoringSection.Providers.Count;
 i++)
{
    System.Configuration.ProviderSettings provider = 
        healthMonitoringSection.Providers[i];
    Console.WriteLine("  Item {0}: Name = '{1}' Type = '{2}'", i, 
        provider.Name, provider.Type);
}

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HealthMonitoringSection クラス
HealthMonitoringSection メンバ
System.Web.Configuration 名前空間
ProviderSettingsCollection
ProviderSettings


このページでは「.NET Framework クラス ライブラリ リファレンス」からHealthMonitoringSection.Providers プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からHealthMonitoringSection.Providers プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からHealthMonitoringSection.Providers プロパティを検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「HealthMonitoringSection.Providers プロパティ」の関連用語

HealthMonitoringSection.Providers プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HealthMonitoringSection.Providers プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS