Condividi tramite


Proprietà InternetUrl

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Overridable Property InternetUrl As String
    Get
    Set
'Utilizzo
Dim instance As MergeSynchronizationAgent
Dim value As String

value = instance.InternetUrl

instance.InternetUrl = value
public virtual string InternetUrl { get; set; }
public:
virtual property String^ InternetUrl {
    String^ get ();
    void set (String^ value);
}
abstract InternetUrl : string with get, set
override InternetUrl : string with get, set
function get InternetUrl () : String
function set InternetUrl (value : String)

Valore proprietà

Tipo: System. . :: . .String
A String value that is a valid URL.

Implementa

IMergeSynchronizationAgent. . :: . .InternetUrl

Osservazioni

The InternetUrl property must be set to a valid URL.