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

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

Configuration.ConnectionStrings プロパティ

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

この Configuration オブジェクト適用される ConnectionStringsSection 構成セクション オブジェクト取得します

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

Public ReadOnly Property
 ConnectionStrings As ConnectionStringsSection
Dim instance As Configuration
Dim value As ConnectionStringsSection

value = instance.ConnectionStrings
public ConnectionStringsSection ConnectionStrings { get;
 }
public:
property ConnectionStringsSection^ ConnectionStrings {
    ConnectionStringsSection^ get ();
}
/** @property */
public ConnectionStringsSection get_ConnectionStrings ()
public function get ConnectionStrings
 () : ConnectionStringsSection

プロパティ
この Configuration オブジェクト適用される connectionStrings 構成セクションを表す ConnectionStringsSection 構成セクション オブジェクト

解説解説

ConnectionStrings プロパティ使用して開いている構成ファイル定義されている connectionStrings 構成セクションへのアクセス変更行います

使用例使用例

ConnectionStrings プロパティ使用する方法次のコード例示します

Dim conStrings _
As ConnectionStringsSection = config.ConnectionStrings
Console.WriteLine( _
"Section name: {0}", _
conStrings.SectionInformation.SectionName)
ConnectionStringsSection 
    conStrings =
    config.ConnectionStrings as ConnectionStringsSection;
Console.WriteLine("Section name: {0}",
    conStrings.SectionInformation.SectionName); 
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


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

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

辞書ショートカット

すべての辞書の索引

「Configuration.ConnectionStrings プロパティ」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS