MergePullSubscription.InternetUrl Property

Definition

Gets or sets the URL to use when synchronizing the subscription using Web synchronization.

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

Property Value

A String value that represents a URL.

Remarks

The InternetUrl property is used only when the UseWebSynchronization property is set to true.

The InternetUrl property can only be retrieved by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

The InternetUrl property can only be set by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

Retrieving the InternetUrl property is equivalent to executing sp_helpmergepullsubscription.

Setting the InternetUrl property is equivalent to executing sp_addmergepullsubscription_agent or sp_changemergepullsubscription.

Applies to