sys.sp_getmergedeletetype

general
#stored-procedure

Description

Returns the type of merge delete. This stored procedure is executed at the Publisher on the publication database or at the Subscriber on the subscription database.

Syntax

sp_getmergedeletetype
[ @source_object = ]
N
'source_object'
, [ @rowguid = ]
'rowguid'
, [ @delete_type = ] delete_type
OUTPUT
[ ; ]