DbProviderManifest.GetDbInformation(String) Méthode

Définition

En cas de substitution dans une classe dérivée, cette méthode retourne des informations spécifiques à un fournisseur.

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

Paramètres

informationType
String

Type d'informations à retourner.

Retours

Objet XmlReader qui représente le mappage au catalogue de magasins de données sous-jacent.

S’applique à