DbProviderManifest.GetInformation(String) メソッド

定義

プロバイダー固有の情報を取得します。

public:
 System::Xml::XmlReader ^ GetInformation(System::String ^ informationType);
public System.Xml.XmlReader GetInformation (string informationType);
member this.GetInformation : string -> System.Xml.XmlReader
Public Function GetInformation (informationType As String) As XmlReader

パラメーター

informationType
String

取得する情報の型。

戻り値

プロバイダー固有の情報。

適用対象