HResults.DTS_E_TXNSPECINVALID Field

Definition

MessageId: DTS_E_TXNSPECINVALID MessageText: Transaction cannot be specified when a retained connection is used. This error occurs when Retain is set to TRUE on the connection manager, but AcquireConnection was called with a non-null transaction parameter.

public: int DTS_E_TXNSPECINVALID = -1073635325;
public const int DTS_E_TXNSPECINVALID = -1073635325;
val mutable DTS_E_TXNSPECINVALID : int
Public Const DTS_E_TXNSPECINVALID As Integer  = -1073635325

Field Value

Value = -1073635325

Applies to