HResults.DTS_E_SQLTASK_DATETRUNCATION Field

Definition

MessageId: DTS_E_SQLTASK_DATETRUNCATION MessageText: Possible data truncation on parameter, "%1!d!". To prevent truncation, use a string variable instead of a datetime variable for the output parameter.

public: int DTS_E_SQLTASK_DATETRUNCATION = -1073548239;
public const int DTS_E_SQLTASK_DATETRUNCATION = -1073548239;
val mutable DTS_E_SQLTASK_DATETRUNCATION : int
Public Const DTS_E_SQLTASK_DATETRUNCATION As Integer  = -1073548239

Field Value

Value = -1073548239

Applies to