Delen via


HResults.DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX Field

The reference table '%1!s!' 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.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Const DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX As Integer
public const int DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX
public:
literal int DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX
public static final int DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX
public const var DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX : int

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HResults Class
HResults Members
Microsoft.SqlServer.Dts.Runtime Namespace