Aracılığıyla paylaş


sp_getmergedeletetype (Transact-SQL)

Birleştirme silme türünü verir.Bu saklı yordam, yayın veritabanı bir yayımcı veya abone abonelik veritabanı olarak yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları


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

Bağımsız değişkenler

  • [ @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.

    Değer

    Açıklama

    1

    Kullanıcı silme

    5

    Kısmi silme

    6

    Sistem silme

Remarks

sp_getmergedeletetype kullanılan birleştirme çoğaltma.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü için yürütmek sp_getmergedeletetype.

See Also

Other Resources