TransSynchronizationAgent.Publisher 属性

定义

获取或设置作为订阅的发布服务器的 Microsoft SQL Server 实例的名称。

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

属性值

Microsoft SQL Server实例的名称。

实现

注解

Publisher 是必需属性。 如果 Publisher 属性设置为 null.,则会引发异常。

适用于