HResults.DTS_E_VARIABLEDEADLOCK_BOTH Field

Definition

MessageId: DTS_E_VARIABLEDEADLOCK_BOTH MessageText: A deadlock was detected while trying to lock variables "%1!s!" for read access and variables "%2!s!" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.

public: int DTS_E_VARIABLEDEADLOCK_BOTH = -1073659811;
public const int DTS_E_VARIABLEDEADLOCK_BOTH = -1073659811;
val mutable DTS_E_VARIABLEDEADLOCK_BOTH : int
Public Const DTS_E_VARIABLEDEADLOCK_BOTH As Integer  = -1073659811

Field Value

Value = -1073659811

Applies to