DistributionPublisher.PublisherType 属性

定义

获取或设置发布服务器类型。

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

属性值

发布服务器类型。

注解

有效值为 PublisherType “MSSQLSERVER”、“ORACLE”和“ORACLE GATEWAY”。 默认值为“MSSQLSERVER”。

PublisherType属性应仅用于非SQL Server发布服务器。

PublisherType不能为现有发布服务器设置该属性。

PublisherType该属性只能由分发服务器上的固定服务器角色的成员sysadmin检索。

PublisherType 属性只能由分发服务器上固定服务器角色的成员 sysadmin 设置。

检索 PublisherType 属性等效于执行 sp_helpdistpublisher

设置属性 PublisherType 等效于执行 sp_adddistpublisher

适用于