Поделиться через


MergeSynchronizationAgent.InternetUrl Property

Gets or sets the URL of the Web service that is configured for Web synchronization.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Синтаксис

'Декларация
Public Overridable Property InternetUrl As String
public virtual string InternetUrl { get; set; }
public:
virtual property String^ InternetUrl {
    String^ get ();
    void set (String^ newValue);
}
/** @property */
public String get_InternetUrl ()

/** @property */
public void set_InternetUrl (String newValue)
public function get InternetUrl () : String

public function set InternetUrl (newValue : String)

Значение свойства

A String value that is a valid URL.

Замечания

The InternetUrl property must be set to a valid URL.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace

Другие ресурсы

How to: Configure Web Synchronization for Merge Replication (RMO Programming)
Веб-синхронизация для репликации слиянием