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.
Returns the string sync_max_received_anchor. This field is constant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Const SyncMaxReceivedAnchor As String
'Usage
Dim value As String
value = SyncSession.SyncMaxReceivedAnchor
public const string SyncMaxReceivedAnchor
public:
literal String^ SyncMaxReceivedAnchor
public static final String SyncMaxReceivedAnchor
public const var SyncMaxReceivedAnchor : String
Remarks
This field returns a session variable name that can be included in the queries that are used to select changes from and apply changes to a server database. For more information, see How to: Use Session Variables.
See Also
Reference
SyncSession Class
SyncSession Members
Microsoft.Synchronization.Data Namespace