TransPullSubscription.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置订阅所支持的事务发布的属性。
public:
property Microsoft::SqlServer::Replication::PublicationAttributes Attributes { Microsoft::SqlServer::Replication::PublicationAttributes get(); void set(Microsoft::SqlServer::Replication::PublicationAttributes value); };
public Microsoft.SqlServer.Replication.PublicationAttributes Attributes { get; set; }
member this.Attributes : Microsoft.SqlServer.Replication.PublicationAttributes with get, set
Public Property Attributes As PublicationAttributes
属性值
一个 PublicationAttributes 值。
注解
枚举 PublicationAttributes 支持 FlagsAttribute 该选项,该选项允许按位组合枚举值。
ImmediateSync只有属性支持Attributes和IndependentAgent值PublicationAttributes;所有其他值将被忽略。
无法设置 Attributes 现有订阅的属性。
Attributes该属性只能由订阅服务器上的固定服务器角色的成员sysadmin
或订阅数据库中固定数据库角色的成员db_owner
检索。
该 Attributes 属性只能由订阅服务器上的固定服务器角色的成员 sysadmin
或订阅数据库上的固定数据库角色的成员 db_owner
设置。
检索 Attributes 属性等效于执行 sp_helppullsubscription。
Attributes设置属性等效于执行sp_addpullsubscription。