DbProviderManifest.GetInformation(String) 方法
定义
获取特定于提供程序的信息。Gets the provider-specific information.
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
要返回的信息的类型。The type of the information to return.
返回
特定于提供程序的信息。The provider-specific information.