DbProviderManifest.GetDbInformation(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、このメソッドはプロバイダー固有の情報を返します。
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 オブジェクト。