GetServerInfo-Methode

Ruft ein SyncServerInfo-Objekt ab, wenn ein Sitzungsparameter angegeben wird.

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

Syntax

'Declaration
Public Overrides Function GetServerInfo ( _
    syncSession As SyncSession _
) As SyncServerInfo
'Usage
Dim instance As DbServerSyncProvider
Dim syncSession As SyncSession
Dim returnValue As SyncServerInfo

returnValue = instance.GetServerInfo(syncSession)
public override SyncServerInfo GetServerInfo(
    SyncSession syncSession
)
public:
virtual SyncServerInfo GetServerInfo(
    SyncSession^ syncSession
) override
abstract GetServerInfo : 
        syncSession:SyncSession -> SyncServerInfo 
override GetServerInfo : 
        syncSession:SyncSession -> SyncServerInfo 
public override function GetServerInfo(
    syncSession : SyncSession
) : SyncServerInfo

Parameter

Rückgabewert

Typ: Microsoft.Synchronization.Data. . :: . .SyncServerInfo
Ein SyncServerInfo-Objekt, das Serversynchronisierungsinformationen enthält.

Siehe auch

Verweis

DbServerSyncProvider Klasse

DbServerSyncProvider-Member

Microsoft.Synchronization.Data.Server-Namespace