Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Negates a numeric expression.
Syntax
-numeric_expression
Arguments
- numeric_expression
Is any valid expression of any numeric data type. Only signed numeric data types are supported. For more information, see Integration Services Data Types.
Result Types
Returns the data type of numeric_expression.
Examples
This example negates the value of the Counter variable and adds the numeric literal 50.
-@Counter + 50
See Also
Concepts
Operator Precedence and Associativity