Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
protected DataTable DataSourceInformation { get; }
protected:
property DataTable^ DataSourceInformation {
DataTable^ get ();
}
member DataSourceInformation : DataTable
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
- 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.