DbProviderManifest.GetDbInformation(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,此方法返回特定于提供程序的信息。
protected:
abstract System::Xml::XmlReader ^ GetDbInformation(System::String ^ informationType);
protected abstract System.Xml.XmlReader GetDbInformation (string informationType);
abstract member GetDbInformation : string -> System.Xml.XmlReader
Protected MustOverride Function GetDbInformation (informationType As String) As XmlReader
参数
- informationType
- String
要返回的信息的类型。
返回
表示基础数据存储区目录的映射的 XmlReader 对象。