DbProviderManifest.GetDbInformation(String) 方法

定义

在派生类中重写时,此方法返回特定于提供程序的信息。

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 对象。

适用于