AdoDotNetSourceInformation.SourceInformation Property
Gets in-memory data source information provided by an implementation of the DataTable class to represent a table of in-memory data.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaración
Protected ReadOnly Property SourceInformation As DataTable
Get
protected DataTable SourceInformation { get; }
protected:
property DataTable^ SourceInformation {
DataTable^ get ();
}
member SourceInformation : DataTable
function get SourceInformation () : DataTable
Property Value
Type: System.Data.DataTable
A DataTable object instance.
Remarks
Retrieve this property by calling the GetSchema
method on the ADO.NET provider DbConnection object with a request for the DataSourceInformation collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.