DistributionArticle.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无法更改现有发布的属性。

Description只能由分发数据库上的固定数据库角色的成员db_owner检索该属性。

Description 属性只能由分发数据库上的固定数据库角色的成员 db_owner 设置。

适用于