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 a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Session As DbSyncSession
'Usage
Dim instance As DbApplyingChangesEventArgs
Dim value As DbSyncSession
value = instance.Session
public DbSyncSession Session { get; }
public:
property DbSyncSession^ Session {
DbSyncSession^ get ();
}
/** @property */
public DbSyncSession get_Session ()
public function get Session () : DbSyncSession
Property Value
A DbSyncSession object that contains synchronization session variables.
See Also
Reference
DbApplyingChangesEventArgs Class
DbApplyingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace