AdoDotNetSourceInformation.SourceInformation 属性

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

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

语法

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

属性值

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

备注

通过调用 GetSchema检索此属性

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

.NET Framework 安全性

请参见

参考

AdoDotNetSourceInformation 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间