HResults.DTS_E_ALREADYADDED Field

Definition

The executable has been added to the Executables collection of another container. This occurs when a client tries to add an executable to more than one Executables collection. You need to remove the executable from the current Executables collection before attempting to add it.

public: int DTS_E_ALREADYADDED = -1073659900;
public const int DTS_E_ALREADYADDED = -1073659900;
val mutable DTS_E_ALREADYADDED : int
Public Const DTS_E_ALREADYADDED As Integer  = -1073659900

Field Value

Value = -1073659900

Applies to