PullSubscription.PublisherName 属性

定义

获取或设置发布服务器的名称。

public:
 property System::String ^ PublisherName { System::String ^ get(); void set(System::String ^ value); };
public string PublisherName { get; set; }
member this.PublisherName : string with get, set
Public Property PublisherName As String

属性值

发布服务器的名称。

注解

PublisherName 是必需属性,必须在服务器上创建订阅之前进行设置。 在服务器上存在订阅注册后, PublisherName 无法更改 属性。

属性 PublisherName 只能由订阅服务器上的固定服务器角色的成员 sysadmin 或订阅数据库上的 db_owner 固定数据库角色的成员检索。

属性 PublisherName 只能由订阅服务器上的固定服务器角色的成员 sysadmin 或订阅数据库上的 db_owner 固定数据库角色的成员设置。

检索 PublisherName 属性等效于执行 sp_helppullsubscription (Transact-SQL) sp_helpmergepullsubscription (Transact-SQL)

PublisherName设置 属性等效于执行 sp_addpullsubscription (Transact-SQL) sp_addmergepullsubscription (Transact-SQL)

适用于

另请参阅