共用方式為


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 字串 表示伺服器針對 DNS 快取傳送的 IsSupported 旗標 「true」、「false」、「innerConnection 為 null!」
SQLDNSCachingSupportedStateBeforeRedirect 字串 表示伺服器在重新導向之前傳送的 IsSupported 旗標以進行 DNS 快取。 「true」、「false」、「innerConnection 為 null!」

適用於