HResults.DTS_E_FUZZYLOOKUPUNABLETODETERMINEREFERENCETABLESIZE Field

Unable to determine the size of the reference table '%1'. It is possible that this object is a view and not a table. Fuzzy Lookup does not support views when CopyReferentaceTable=false. Make sure that the table exists and that CopyReferenceTable=true.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace