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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。