DbProviderManifest.GetInformation(String) 方法

定义

获取特定于提供程序的信息。

public:
 System::Xml::XmlReader ^ GetInformation(System::String ^ informationType);
public System.Xml.XmlReader GetInformation (string informationType);
member this.GetInformation : string -> System.Xml.XmlReader
Public Function GetInformation (informationType As String) As XmlReader

参数

informationType
String

要返回的信息的类型。

返回

特定于提供程序的信息。

适用于