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 the DataTable object that represents the schema of the IDataReader passed into the constructor of the AdoDotNetSchemaReader.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaTable As DataTable
Get
public DataTable SchemaTable { get; }
public:
property DataTable^ SchemaTable {
DataTable^ get ();
}
member SchemaTable : DataTable
function get SchemaTable () : DataTable
Property Value
Type: System.Data.DataTable
Returns a DataTable object instance representing the schema table.
Remarks
This method calls IDataReader.GetSchemaTable.
.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.