HResults.DTS_E_EXPREVALINVALIDNULLPARAM Field
Parameter number %1!d! of the function NULL with data type "%2" is not valid. The parameters of NULL() must be static, and cannot contain dynamic elements such as input columns.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Const DTS_E_EXPREVALINVALIDNULLPARAM As Integer
'Usage
Dim value As Integer
value = HResults.DTS_E_EXPREVALINVALIDNULLPARAM
public const int DTS_E_EXPREVALINVALIDNULLPARAM
public:
literal int DTS_E_EXPREVALINVALIDNULLPARAM
static val mutable DTS_E_EXPREVALINVALIDNULLPARAM: int
public const var DTS_E_EXPREVALINVALIDNULLPARAM : int