Publication.Description 属性

定义

获取或设置发布的文本说明。

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该属性只能由发布服务器上的固定服务器角色的成员、发布数据库上的固定数据库角色的成员sysadmindb_owner或发布访问列表中的用户 (PAL) 检索。

Description 属性只能由发布服务器上的固定服务器角色的成员 sysadmin 或发布数据库上的固定数据库角色的成员 db_owner 设置。 PAL 中的用户可以设置 Description 现有出版物的属性。

检索 Description 该属性等效于执行 sp_helppublicationTransact-SQL) sp_helpmergepublicationsp_helpmergepublication (Transact-SQL) sp_helppublication (。

Description设置此属性等效于执行 Transact-SQL) 和 sp_addpublication (sp_changepublication (Transact-SQL) sp_addmergepublication (Transact-SQL) sp_changemergepublication (Transact-SQL)

适用于