Determines the maximum amount of time (in seconds) the client will attempt to communicate updates to a write-back table on the server.
This property’s name, which is used in the connection string, is Writeback Timeout.
The attempt to communicate updates is triggered by a commit, which begins a counting of seconds. The counting continues until the commit is successful or the number of seconds specified in this property is reached. If the value of this property is reached, the commit fails and the update does not occur. In this case, another commit or a rollback can be attempted.
This property’s value is used when a session is established, but the value cannot be changed during the session.