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 オブジェクト。

適用対象