sp_changesubscriptiondtsinfo (Transact-SQL)
Abonelik paket veri dönüştürme Hizmetleri (DTS) özelliklerini değiştirir.Bu saklı yordam, abonelik veritabanı abonelik sırasında yürütülür.
sp_changesubscriptiondtsinfo [ [ @job_id = ] job_id ]
[ , [ @dts_package_name= ] 'dts_package_name' ]
[ , [ @dts_package_password= ] 'dts_package_password' ]
[ , [ @dts_package_location= ] 'dts_package_location' ]
Bağımsız değişkenler
[ @job_id=] job_id
Is the job ID of the Distribution Agent for the push subscription.job_id is varbinary(16), with no default.Dağıtım iş KIMLIĞI'ni bulmak için , çalıştırma sp_helpsubscription or sp_helppullsubscription.[ @ dts_package_name= ] 'dts_package_name'
Specifies the name of the DTS package.dts_package_name is a sysname, with a default of NULL.Örneğin, adlı bir paket belirtmek için DTSPub_Package belirtirsiniz.@dts\_package\_name = N'DTSPub_Package'.[ @ dts_package_password= ] 'dts_package_password'
Specifies the password on the package.dts_package_password is sysname with a default of NULL, which specifies that the password property is to be left unchanged.Not
Bir DTS paketini bir parolası olması gerekir.
[ @ dts_package_location= ] 'dts_package_location'
Specifies the package location.dts_package_location is a nvarchar(12), with a default of NULL, which specifies that the package location is to be left unchanged.Paket konumu şekilde değiştirilebilir: dağıtımcı or abone.
Dönüş Kodu Değerleri
0 (başarılı) veya 1 (hata)
Remarks
sp_changesubscriptiondtsinfo anlık görüntü çoğaltması çoğaltması ve yalnızca gönderme abonelikleri olan işlem çoğaltma için kullanılır.
İzinler
Yalnızca üyeleri sysadmin sabit sunucu rolüdb_owner sabit veritabanı rolü veya aboneliğin oluşturucusunu kullanabilirsiniz yürütmek sp_changesubscriptiondtsinfo.