다음을 통해 공유


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 개체입니다.

적용 대상