Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the HTTP authentication method that is used when connecting to the Web server during Web synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property InternetSecurityMode As SecurityMode
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As SecurityMode
value = instance.InternetSecurityMode
instance.InternetSecurityMode = value
SecurityMode InternetSecurityMode { get; set; }
property SecurityMode InternetSecurityMode {
SecurityMode get ();
void set (SecurityMode value);
}
abstract InternetSecurityMode : SecurityMode with get, set
function get InternetSecurityMode () : SecurityMode
function set InternetSecurityMode (value : SecurityMode)
Property Value
Type: Microsoft.SqlServer.Replication.SecurityMode
A SecurityMode value.