AdoDotNetDataSourceInformation.DataSourceInformation 属性

检索内存 DataTable 选件类的实现提供数据源的信息表示内存中的数据表。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Protected ReadOnly Property DataSourceInformation As DataTable
protected DataTable DataSourceInformation { get; }
protected:
property DataTable^ DataSourceInformation {
    DataTable^ get ();
}
member DataSourceInformation : DataTable
function get DataSourceInformation () : DataTable

属性值

类型:System.Data.DataTable
返回 DataSourceInformation 对象实例。

备注

通过调用 GetSchema检索此属性

在 ADO.NET 提供程序 DbConnection 对象的方法与对 DataSourceInformation 集合。

.NET Framework 安全性

请参见

参考

AdoDotNetDataSourceInformation 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间