Share via


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 物件,表示與基礎資料存放區目錄的對應。

適用於