Freigeben über


Session-Eigenschaft

Ruft ein DbSyncSession-Objekt ab, das Variablen für die Synchronisierungssitzung enthält, beispielsweise die ID des Peers, der synchronisiert wird.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Session As DbSyncSession
    Get
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As DbSyncSession

value = instance.Session
public DbSyncSession Session { get; }
public:
property DbSyncSession^ Session {
    DbSyncSession^ get ();
}
member Session : DbSyncSession
function get Session () : DbSyncSession

Eigenschaftenwert

Typ: Microsoft.Synchronization.Data. . :: . .DbSyncSession
Ein DbSyncSession-Objekt, das Metadaten über die aktuelle Synchronisierungssitzung enthält.

Siehe auch

Verweis

DbOutdatedEventArgs Klasse

DbOutdatedEventArgs-Member

Microsoft.Synchronization.Data-Namespace