Share via


sp_changesubscriber (Transact-SQL)

Bir abone için seçenekleri değiştirir.Bu abonelerin herhangi bir dağıtım görev Yayımcı güncelleştirilir.Bu saklı yordam Yazar MSsubscriber_info , tablo dağıtım veritabanı.Bu saklı yordam, yayın veritabanı üzerinde yayımcı adresindeki yürütülür.

Konu bağlantısı simgesiTransact-sql sözdizimi kuralları

Sözdizimi


sp_changesubscriber [ @subscriber= ] 'subscriber'
    [ , [ @type= ] type ]
    [ , [ @login= ] 'login' ]
    [ , [ @password= ] 'password' ]
    [ , [ @commit_batch_size= ] commit_batch_size ]
    [ , [ @status_batch_size= ] status_batch_size ]
    [ , [ @flush_frequency= ] flush_frequency ]
    [ , [ @frequency_type= ] frequency_type ]
    [ , [ @frequency_interval= ] frequency_interval ]
    [ , [ @frequency_relative_interval= ] frequency_relative_interval ]
    [ , [ @frequency_recurrence_factor= ] frequency_recurrence_factor ]
    [ , [ @frequency_subday= ] frequency_subday ]
    [ , [ @frequency_subday_interval= ] frequency_subday_interval ]
    [ , [ @active_start_time_of_day= ] active_start_time_of_day ]
    [ , [ @active_end_time_of_day= ] active_end_time_of_day ]
    [ , [ @active_start_date= ] active_start_date ]
    [ , [ @active_end_date= ] active_end_date ]
    [ , [ @description= ] 'description' ]
    [ , [ @security_mode= ] security_mode ]
    [ , [ @publisher = ] 'publisher' ]

Bağımsız değişkenler

  • [ @subscriber=] 'subscriber'
    Is the name of the Subscriber on which to change the options.subscriber is sysname, with no default.

  • [ @type=] type
    Is the Subscriber type.type is tinyint, with a default of NULL.0 indicates a Microsoft SQL Server Subscriber.1 olmayan bir belirtir-SQL Server veya diğer odbc veri kaynak sunucu abone.

  • [ @login=] 'login'
    Is the SQL Server Authentication login ID.login is sysname, with a default of NULL.

  • [ @password=] 'password'
    Is the SQL Server Authentication password.password is sysname, with a default of %.% password özellik hiçbir değişiklik gösterir.

  • [ @commit_batch_size=] commit_batch_size
    Yalnızca geriye dönük uyumluluk için desteklenir.

  • [ @status_batch_size=] status_batch_size
    Yalnızca geriye dönük uyumluluk için desteklenir.

  • [ @flush_frequency=] flush_frequency
    Yalnızca geriye dönük uyumluluk için desteklenir.

  • [ @frequency_type=] frequency_type
    Is the frequency with which to schedule the distribution task.frequency_type is int, and can be one of these values.

    Değer

    Açıklama

    1

    Birisaat

    2

    İsteğe bağlı

    4

    Günlük

    8

    Haftalık

    16

    Aylık

    32

    Aylık göreli

    64

    Otomatik başlatma

    128

    Yinelenen

  • [ @frequency_interval=] frequency_interval
    Is the interval for frequency_type.frequency_interval is int, with a default of NULL.

  • [ @frequency_relative_interval=] frequency_relative_interval
    İse tarih dağıtım görev.This parameter is used when frequency_type is set to 32 (monthly relative).frequency_relative_interval is int, and can be one of these values.

    Değer

    Açıklama

    1

    First

    2

    İkinci

    4

    Üçüncü

    8

    Dördüncü

    16

    Last

  • [ @frequency_recurrence_factor=] frequency_recurrence_factor
    Is how often the distribution task should recur during the defined frequency_type.frequency_recurrence_factor is int, with a default of NULL.

  • [ @frequency_subday=] frequency_subday
    Is how often to reschedule during the defined period.frequency_subday is int, and can be one of these values.

    Değer

    Açıklama

    1

    Bir kez

    2

    İkinci

    4

    Dakika

    8

    Saat

  • [ @frequency_subday_interval=] frequency_subday_interval
    Is the interval for frequence_subday.frequency_subday_interval is int, with a default of NULL.

  • [ @active_start_time_of_day=] active_start_time_of_day
    Is the time of day when the distribution task is first scheduled, formatted as HHMMSS.active_start_time_of_day is int, with a default of NULL.

  • [ @active_end_time_of_day=] active_end_time_of_day
    Is the time of day when the distribution task stops being scheduled, formatted as HHMMSS.active_end_time_of_dayis int, with a default of NULL.

  • [ @active_start_date=] active_start_date
    Is the date when the distribution task is first scheduled, formatted as YYYYMMDD.active_start_date is int, with a default of NULL.

  • [ @active_end_date=] active_end_date
    Is the date when the distribution task stops being scheduled, formatted as YYYYMMDD.active_end_dateis int, with a default of NULL.

  • [ @description=] 'description'
    Is an optional text description.description is nvarchar(255), with a default of NULL.

  • [ @security_mode=] security_mode
    Is the implemented security mode.security_mode is int, and can be one of these values.

    Değer

    Açıklama

    0

    SQL Server Kimlik doğrulama

    1

    Windows kimlik doğrulaması

  • [ @ publisher =] 'publisher'
    Specifies a non-SQL Server Publisher.publisher is sysname, with a default of NULL.

    Not

    publisherüzerinde makale özelliklerini değiştirirken kullanılmamalıdır bir SQL Server Yayımcı.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (başarısız)

Açıklamalar

sp_changesubscriber çoğaltma tüm türleri kullanılır.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü olabilir yürütmek sp_changesubscriber.