DbProviderManifest.GetDbInformation(String) Metod

Definition

När den åsidosättas i en härledd klass returnerar den här metoden providerspecifik information.

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

Parametrar

informationType
String

Vilken typ av information som ska returneras.

Returer

XmlReader-objektet som representerar mappningen till den underliggande datalagerkatalogen.

Gäller för