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

要傳回的資訊類型。

傳回

提供者特定資訊。

適用於