sp_getmergedeletetype (języka Transact-SQL)

Zwraca typ delete korespondencji seryjnej.Ta procedura składowana jest wykonywany przez wydawcę na bazie publikacja lub subskrybent na baza danych subskrypcja.

Ikona łącza do tematuKonwencje składni Transact-SQL

Składnia


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 danych wyjściowych
    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ść

    Opis

    1

    Usuń użytkownika

    5

    Usuń częściowe

    6

    Usuń system

Uwagi

sp_getmergedeletetype używane w replikacja scalająca.

Uprawnienia

Tylko członkowie sysadmin stała rola serwera lub db_owner ustaloną rola bazy danych można wykonać sp_getmergedeletetype.