HResults.DTS_E_ALREADYADDED Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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