• Using a code snippet I used for an example before:

    Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer)

    Row.RecId_IsNull = True

    End Sub

    This assumes the field name is RecId, and this is actually from SSIS 2005, but I believe it is the same in 2008.

    CEWII