HResults.DTS_E_NEGATIVEVALUESNOTALLOWED Field

Definition

MessageId: DTS_E_NEGATIVEVALUESNOTALLOWED MessageText: This property cannot be assigned a negative value. This error occurs when a negative value is assigned to a property that can only contain positive values, such as the COUNT property.

public: int DTS_E_NEGATIVEVALUESNOTALLOWED = -1073741772;
public const int DTS_E_NEGATIVEVALUESNOTALLOWED = -1073741772;
val mutable DTS_E_NEGATIVEVALUESNOTALLOWED : int
Public Const DTS_E_NEGATIVEVALUESNOTALLOWED As Integer  = -1073741772

Field Value

Value = -1073741772

Applies to