Campo DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME
The reference table name "%1" is not a valid SQL identifier. This error occurs the 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.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Const DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME As Integer
'Utilizzo
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
Vedere anche