LinkedInTransaction Property

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Gets and sets data from linked server data sources, such as Microsoft Office Excel, Access, or another SQL Server.

Applies to

  • Table

Syntax

LinkedInTransaction = false;

Remarks

This property is available when the LinkedObject Property is set to true.

Set the LinkedInTransaction property to false when the Dynamics 365 Business Central table description refers to an object outside the current database or on a linked server.

The access to linked server data sources is not under Dynamics 365 Business Central transaction control. This means that if a Dynamics 365 Business Central transaction is aborted, then any changes that were made to a linked object that is outside the current database or on a linked server during this transaction will remain in effect.

See Also

LinkedObject Property