Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves data types as DataTable object instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property DataTypes As DataTable
protected DataTable DataTypes { get; }
protected:
property DataTable^ DataTypes {
DataTable^ get ();
}
member DataTypes : DataTable with get
function get DataTypes () : DataTable
Property Value
Type: System.Data.DataTable
Returns a DataTable object instance representing data types.
.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.