DbProviderManifest.GetDbInformation(String) Metodo

Definizione

Quando sottoposto a override in una classe derivata, questo metodo restituisce informazioni specifiche del provider.

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

Parametri

informationType
String

Tipo di informazioni da restituire.

Restituisce

XmlReader che rappresenta il mapping al catalogo dell'archivio dati sottostante.

Si applica a