DistributionPublisher.PublisherType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置发布服务器类型。
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。