SqlConnection.RetrieveInternalInfo メソッド

定義

メソッドが呼び出された時点の内部プロパティの名前と値のペアのコレクションを返します。

public:
 System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ RetrieveInternalInfo();
public System.Collections.Generic.IDictionary<string,object> RetrieveInternalInfo ();
member this.RetrieveInternalInfo : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Function RetrieveInternalInfo () As IDictionary(Of String, Object)

戻り値

(文字列、オブジェクト) 項目の型 IDictionary<TKey,TValue> の参照を返します。

注釈

このメソッドが呼び出されると、取得される値は現在の時点の値になります。 接続を引き続き使用すると、値が正しくありません。 メソッドを再実行して、最新の値を取得する必要があります。

サポートされている内部プロパティ 提供される情報 戻り値
SQLDNSCachingSupportedState string サーバーが DNS キャッシュ用に送信した IsSupported フラグを示すには "true"、"false"、"innerConnection is null!"
SQLDNSCachingSupportedStateBeforeRedirect string リダイレクト前にサーバーから DNS キャッシュ用に送信された IsSupported フラグを示す場合。 "true"、"false"、"innerConnection is null!"

適用対象