HResults.DTS_W_MATCHINDEXALREADYEXISTS Field

Definition

MessageId: DTS_W_MATCHINDEXALREADYEXISTS MessageText: A table with the name '%1!s!' given for MatchIndexName already exists and DropExistingMatchIndex is set to FALSE. Transform execution will fail unless this table is dropped, a different name is specified, or DropExisitingMatchIndex is set to TRUE.

public: int DTS_W_MATCHINDEXALREADYEXISTS = -2145352927;
public const int DTS_W_MATCHINDEXALREADYEXISTS = -2145352927;
val mutable DTS_W_MATCHINDEXALREADYEXISTS : int
Public Const DTS_W_MATCHINDEXALREADYEXISTS As Integer  = -2145352927

Field Value

Value = -2145352927

Applies to