Share via


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

'Declaration
Protected ReadOnly Property DataSourceInformation As DataTable
protected DataTable DataSourceInformation { get; }
protected:
property DataTable^ DataSourceInformation {
    DataTable^ get ();
}
member DataSourceInformation : DataTable with get
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.

.NET Framework Security

See Also

Reference

AdoDotNetDataSourceInformation Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace