sp_getmergedeletetype (Transact-SQL)
Zwraca typ usuwania korespondencji seryjnej.Ta procedura przechowywana jest wykonywana na Wydawca publikacja bazy danych lub na abonenta w bazie danych subskrypcja.
sp_getmergedeletetype [ @source_object = ] 'source_object', [ @rowguid =] 'rowguid', [ @delete_type=] delete_type OUTPUT
Argumenty
[ @source_object =] 'source_object'
Is the name of the source object.source_object is nvarchar(386), with no default.[ @rowguid=] 'rowguid'
Is the row identifier for the delete type.rowguid is uniqueidentifier, with no default.[ @delete_type=] delete_type OUTPUT
Is the code indicating the type of delete.delete_type is int, with no default.delete_type is also an OUTPUT parameter, and can be one of these values.Wartość
Description
1
Usuwanie użytkownika
5
Usuwanie częściowe
6
Usuwanie systemu
Remarks
sp_getmergedeletetype jest używany w replikacja łączenia.
Uprawnienia
Tylko członkowie sysadmin Rola serwera lub db_owner stała rola bazy danych mogą być wykonać sp_getmergedeletetype.