HResults.DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME Field

The reference table name "%1" is not a valid SQL identifier. This error occurs the table name cannot be parsed from the input string. There may be unquoted spaces in the name. Verify that the name is correctly quoted.

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

Syntax

'Declaration
Public Const DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME
public const int DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME
public:
literal int DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME
static val mutable DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME: int
public const var DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace