AdoDotNetDataSourceInformation.DataSourceInformation Property

Retrieves 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.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Protected ReadOnly Property DataSourceInformation As DataTable

Dim value As DataTable

value = Me.DataSourceInformation
protected DataTable DataSourceInformation { get; }
protected:
property DataTable^ DataSourceInformation {
    DataTable^ get ();
}
protected function get DataSourceInformation () : DataTable

Property Value

Type: System.Data.DataTable

Returns a DataSourceInformation 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.

Permissions

See Also

Reference

AdoDotNetDataSourceInformation Class

AdoDotNetDataSourceInformation Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace