HResults.DTS_E_EXPREVALSTATIC_AMBIGUOUSVARIABLENNAME Field

An ambiguous variable name was specified. The desired variable must be qualified as @[Namespace::Variable]. This error occurs when the variable exists in more than one namespace.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace