Publication.Description 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置发布的文本说明。
public:
property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String
属性值
一个包含发布的文本说明的 String 值。
注解
Description该属性只能由发布服务器上的固定服务器角色的成员、发布数据库上的固定数据库角色的成员sysadmin
db_owner
或发布访问列表中的用户 (PAL) 检索。
该 Description 属性只能由发布服务器上的固定服务器角色的成员 sysadmin
或发布数据库上的固定数据库角色的成员 db_owner
设置。 PAL 中的用户可以设置 Description 现有出版物的属性。
检索 Description 该属性等效于执行 sp_helppublication
Transact-SQL) 或 sp_helpmergepublication
sp_helpmergepublication (Transact-SQL) sp_helppublication (。
Description设置此属性等效于执行 Transact-SQL) 和 sp_addpublication (sp_changepublication (Transact-SQL) 或 sp_addmergepublication (Transact-SQL) 和 sp_changemergepublication (Transact-SQL) 。