~ (Bitwise Not) (SSIS)
SQL Server 2005
Performs a bitwise negation of an integer. This operator can be applied to signed and unsigned integer data types.
- integer_expression
-
Is any valid expression of an integer data type. integer_expression is an integer that is transformed into a binary number for the bitwise operation. For more information, see Integration Services Data Types.