HResults.DTS_E_FAILEDSYSTEMVARIABLEREMOVE Field

Definition

MessageId: DTS_E_FAILEDSYSTEMVARIABLEREMOVE MessageText: Failed to remove a system variable. This error occurs when removing a variable that is a required variable. Required variables are variables that are created by the runtime for communicating between tasks and the runtime.

public: int DTS_E_FAILEDSYSTEMVARIABLEREMOVE = -1073614847;
public const int DTS_E_FAILEDSYSTEMVARIABLEREMOVE = -1073614847;
val mutable DTS_E_FAILEDSYSTEMVARIABLEREMOVE : int
Public Const DTS_E_FAILEDSYSTEMVARIABLEREMOVE As Integer  = -1073614847

Field Value

Value = -1073614847

Applies to