TransPublication.TransArticles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示发布中的项目。
public:
property Microsoft::SqlServer::Replication::TransArticleCollection ^ TransArticles { Microsoft::SqlServer::Replication::TransArticleCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransArticleCollection TransArticles { get; }
member this.TransArticles : Microsoft.SqlServer.Replication.TransArticleCollection
Public ReadOnly Property TransArticles As TransArticleCollection
属性值
注解
只能 TransArticles 由发布服务器上的固定服务器角色的成员 sysadmin
、发布数据库上的 db_owner
固定数据库角色的成员或发布访问列表中的用户 (PAL) 检索属性。
检索 TransArticles 属性等效于执行 sp_helparticle。