Nizam is effectively correct, but it isn't quite as straightforward as that. When you create a message on a Sequence diagram, if the target Class has operations you can list them by clicking on the drop-down arrow in the Message field of the Message Properties dialog. If you select one of these operations, the message takes the operation name and properties.
If the Class has operations but none of them are appropriate, you can click on the Operations button in the Message Properties dialog, which displays the Operations dialog. You can then add an operation to the Class, which reflects back to the message as above.
If the class has no operations, you close the Message Properties dialog, open the Class properties dialog and add the required operation, then go back and select the operation in the Message Properties dialog.
If you define a message without reference to the Class operations, it does not add to the Class properties.
It might appear that you are creating operations in a Sequence diagram that are automatically added to the Class diagram, but what you are actually doing is dropping into the original Class and creating the operations there.
Something along these lines is in the Help, but I have updated it to make it a bit clearer.