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

适用于