SqlConnection.RetrieveInternalInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回调用方法时的内部属性的名称值对集合。
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 |
字符串 | 指示服务器在重定向前为 DNS 缓存发送的 IsSupported 标志。 | “true”、“false”、“innerConnection 为 null!” |