Share via


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

'Declaration
Protected ReadOnly Property SourceInformation As DataTable
'Usage
Dim value As DataTable 

value = Me.SourceInformation
protected DataTable SourceInformation { get; }
protected:
property DataTable^ SourceInformation {
    DataTable^ get ();
}
protected 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

See Also

Reference

AdoDotNetSourceInformation Class

AdoDotNetSourceInformation Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace