HResults.DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX Field

Definition

The reference table '%1' does not have a clustered index on an integer identity column, which is required if the property 'CopyRefTable' is set to FALSE. If CopyRefTable is false, the reference table must have a clustered index on an integer identity column.

public: int DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX = -1071611102;
public const int DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX = -1071611102;
val mutable DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX : int
Public Const DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX As Integer  = -1071611102

Field Value

Value = -1071611102

Applies to