DistributionArticle.PublisherName 属性

定义

获取或设置发布服务器的名称。

public:
 property System::String ^ PublisherName { System::String ^ get(); void set(System::String ^ value); };
public string PublisherName { get; set; }
member this.PublisherName : string with get, set
Public Property PublisherName As String

属性值

一个 String 值。

注解

PublisherName 属性是必需属性,不能对现有发布进行更改。

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

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

适用于