HResults.DTS_E_NAMEALREADYEXISTS Field

Definition

MessageId: DTS_E_NAMEALREADYEXISTS MessageText: The object name cannot be changed from "%1!s!" to "%2!s!" because another object in the collection already uses that name. Use a different name to resolve this error.

public: int DTS_E_NAMEALREADYEXISTS = -1073659647;
public const int DTS_E_NAMEALREADYEXISTS = -1073659647;
val mutable DTS_E_NAMEALREADYEXISTS : int
Public Const DTS_E_NAMEALREADYEXISTS As Integer  = -1073659647

Field Value

Value = -1073659647

Applies to