共用方式為


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 命名空間