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.
Version: Available or changed with runtime version 1.0.
Specifies the type of access to the original table field in the external database.
Applies to
- Table field
Property value
| Value | Available or changed with | Description |
|---|---|---|
| Full | runtime version 1.0 | Allows the full access to the external database. |
| Insert | runtime version 1.0 | Allows the insert access to the table fields in the external database. |
| Modify | runtime version 1.0 | Allows the Modify access to the external database. |
| Read | runtime version 1.0 | Allows the read-only access to the external database. |
Syntax
ExternalAccess = Full;
Remarks
This property appears when you specify CDS in the TableType property. These tables use a different SQL Server connection than the normal tables in the Dynamics 365 Business Central and Dynamics NAV database.
Related information
TableType Property
ExternalSchema Property
Name Property
Properties